Searched defs:GET_MAX_TIME_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.java143 public static final String GET_MAX_TIME_ACTION_ID = "getMaxTime"; field in class:SessionResource
190 actionHandlers.put(GET_MAX_TIME_ACTION_ID, new GetTimeLeftActionHandler(sessionResourceUtil));
224 * <li>{@link #GET_MAX_TIME_ACTION_ID}</li>
316 description = SESSION_RESOURCE + GET_MAX_TIME_ACTION_ID + "." + ACTION_DESCRIPTION,
325 name = GET_MAX_TIME_ACTION_ID,
476 * <li>{@link #GET_MAX_TIME_ACTION_ID}</li>
563 description = SESSION_RESOURCE + GET_MAX_TIME_ACTION_ID + "." + ACTION_DESCRIPTION,
571 name = GET_MAX_TIME_ACTION_ID,
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java111 public static final String GET_MAX_TIME_ACTION_ID = "getMaxTime"; //time remaining field in class:SessionResource
160 actionHandlers.put(GET_MAX_TIME_ACTION_ID, new GetTimeLeftActionHandler());
188 * <li>{@link #GET_MAX_TIME_ACTION_ID}</li>
250 * <li>{@link #GET_MAX_TIME_ACTION_ID}</li>

Completed in 45 milliseconds