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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1140 public static InternalSession getOldSession(AuthContextLocal authContext) { method in class:AuthUtils
1142 InternalSession oldSession = loginState.getOldSession();
H A DLoginState.java4594 public InternalSession getOldSession() { method in class:LoginState
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1073 public static InternalSession getOldSession(AuthContextLocal authContext) { method in class:AuthUtils
1075 InternalSession oldSession = loginState.getOldSession();
H A DLoginState.java4490 public InternalSession getOldSession() { method in class:LoginState

Completed in 72 milliseconds