Searched refs:MAX_IDLE_TIME (Results 1 - 15 of 15) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DGetMaxIdleTimeActionHandler.java38 private static final String MAX_IDLE_TIME = "maxidletime"; field in class:GetMaxIdleTimeActionHandler
73 return json(object(field(MAX_IDLE_TIME, maxIdleTime)));
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResourceUtil.java53 public static final String MAX_IDLE_TIME = "maxidletime"; field in class:SessionResourceUtil
162 field(MAX_IDLE_TIME, ssoToken.getMaxIdleTime()),
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java47 static final int MAX_IDLE_TIME = 60000; field in class:EclReadAndPlay
H A DReader.java155 while (idleTime < EclReadAndPlay.MAX_IDLE_TIME) {
248 } /* while (idleTime <= EclReadAndPlay.MAX_IDLE_TIME) */
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java46 static final int MAX_IDLE_TIME = 60000; field in class:EclReadAndPlay
H A DReader.java154 while (idleTime < EclReadAndPlay.MAX_IDLE_TIME) {
247 } /* while (idleTime <= EclReadAndPlay.MAX_IDLE_TIME) */
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java47 static final int MAX_IDLE_TIME = 60000; field in class:EclReadAndPlay
H A DReader.java155 while (idleTime < EclReadAndPlay.MAX_IDLE_TIME) {
248 } /* while (idleTime <= EclReadAndPlay.MAX_IDLE_TIME) */
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java47 static final int MAX_IDLE_TIME = 60000; field in class:EclReadAndPlay
H A DReader.java155 while (idleTime < EclReadAndPlay.MAX_IDLE_TIME) {
248 } /* while (idleTime <= EclReadAndPlay.MAX_IDLE_TIME) */
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java46 static final int MAX_IDLE_TIME = 60000; field in class:EclReadAndPlay
H A DReader.java154 while (idleTime < EclReadAndPlay.MAX_IDLE_TIME) {
247 } /* while (idleTime <= EclReadAndPlay.MAX_IDLE_TIME) */
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java784 private static final String MAX_IDLE_TIME = "maxidletime"; field in class:SessionResource.GetMaxIdleTimeActionHandler
808 return json(object(field(MAX_IDLE_TIME, maxIdleTime)));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java1100 public static final int MAX_IDLE_TIME = 3000; field in interface:IFSConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java1100 public static final int MAX_IDLE_TIME = 3000; field in interface:IFSConstants

Completed in 80 milliseconds