Searched defs:SESSION_TIMED_OUT (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactory.java37 public static final String SESSION_TIMED_OUT = "sessionTimedOut"; field in class:SessionInfoFactory
79 SessionBundle.getString(SESSION_TIMED_OUT),
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactory.java39 public static final String SESSION_TIMED_OUT = "sessionTimedOut"; field in class:SessionInfoFactory
81 SessionBundle.getString(SESSION_TIMED_OUT),
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java98 private static final String SESSION_TIMED_OUT = "SessionTimedOut"; field in class:InternalSession
553 protectedProperties.add(SESSION_TIMED_OUT);
773 putProperty(SESSION_TIMED_OUT, String.valueOf(timedOutTimeInSeconds));
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java201 private static final String SESSION_TIMED_OUT = "SessionTimedOut"; field in class:InternalSession
1756 String sessionTimedOut = getProperty(SESSION_TIMED_OUT);
1761 newProperties.put(SESSION_TIMED_OUT, sessionTimedOut);

Completed in 67 milliseconds