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

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java156 private volatile long timedOutTimeInSeconds = 0; // Value zero means the session has not timed out. field in class:InternalSession
401 return timedOutTimeInSeconds != 0;
772 timedOutTimeInSeconds = MILLISECONDS.toSeconds(timeoutTime);
773 putProperty(SESSION_TIMED_OUT, String.valueOf(timedOutTimeInSeconds));

Completed in 30 milliseconds