Searched refs:SESS_MAX_IDLE_TIME (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DISAuthConstants.java273 public static final String SESS_MAX_IDLE_TIME = field in interface:ISAuthConstants
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/util/
H A DISAuthConstants.java278 public static final String SESS_MAX_IDLE_TIME = field in interface:ISAuthConstants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java437 attrs, ISAuthConstants.SESS_MAX_IDLE_TIME, "30");
461 ISAuthConstants.SESS_MAX_IDLE_TIME, "30");
H A DLoginState.java167 attrs.add(ISAuthConstants.SESS_MAX_IDLE_TIME);
2101 if (map.containsKey(ISAuthConstants.SESS_MAX_IDLE_TIME)) {
2103 ISAuthConstants.SESS_MAX_IDLE_TIME)).iterator().next();
2150 p, ISAuthConstants.SESS_MAX_IDLE_TIME, sessionAttrs[1], DEBUG);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java418 attrs, ISAuthConstants.SESS_MAX_IDLE_TIME, "30");
442 ISAuthConstants.SESS_MAX_IDLE_TIME, 30, debug);
H A DLoginState.java176 attrs.add(ISAuthConstants.SESS_MAX_IDLE_TIME);
2052 CollectionHelper.getIntMapAttr(map, ISAuthConstants.SESS_MAX_IDLE_TIME,
2085 userAttributes, ISAuthConstants.SESS_MAX_IDLE_TIME, sessionAttrs[1], DEBUG);

Completed in 72 milliseconds