Searched defs:GET_MAX_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.java133 public static final String GET_MAX_IDLE_ACTION_ID = "getMaxIdle"; field in class:SessionResource
188 actionHandlers.put(GET_MAX_IDLE_ACTION_ID, new GetMaxIdleTimeActionHandler(sessionResourceUtil));
222 * <li>{@link #GET_MAX_IDLE_ACTION_ID}</li>
288 description = SESSION_RESOURCE + GET_MAX_IDLE_ACTION_ID + "." + ACTION_DESCRIPTION,
297 name = GET_MAX_IDLE_ACTION_ID,
474 * <li>{@link #GET_MAX_IDLE_ACTION_ID}</li>
537 description = SESSION_RESOURCE + GET_MAX_IDLE_ACTION_ID + "." + ACTION_DESCRIPTION,
545 name = GET_MAX_IDLE_ACTION_ID,
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java115 public static final String GET_MAX_IDLE_ACTION_ID = "getMaxIdle"; //max idle time field in class:SessionResource
158 actionHandlers.put(GET_MAX_IDLE_ACTION_ID, new GetMaxIdleTimeActionHandler());

Completed in 32 milliseconds