Searched defs:GET_IDLE_ACTION_ID (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java132 public static final String GET_IDLE_ACTION_ID = "getIdle"; field in class:SessionResource
187 actionHandlers.put(GET_IDLE_ACTION_ID, new GetIdleTimeActionHandler(sessionResourceUtil));
221 * <li>{@link #GET_IDLE_ACTION_ID}</li>
274 description = SESSION_RESOURCE + GET_IDLE_ACTION_ID + "." + ACTION_DESCRIPTION,
283 name = GET_IDLE_ACTION_ID,
473 * <li>{@link #GET_IDLE_ACTION_ID}</li>
524 description = SESSION_RESOURCE + GET_IDLE_ACTION_ID + "." + ACTION_DESCRIPTION,
532 name = GET_IDLE_ACTION_ID,
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java114 public static final String GET_IDLE_ACTION_ID = "getIdle"; //current idle time field in class:SessionResource
157 actionHandlers.put(GET_IDLE_ACTION_ID, new GetIdleTimeActionHandler());
189 * <li>{@link #GET_IDLE_ACTION_ID}</li>
251 * <li>{@link #GET_IDLE_ACTION_ID}</li>

Completed in 26 milliseconds