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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1186 public static boolean isSessionActive(AuthContextLocal oldAuthContext) { argument
1189 getSession(oldAuthContext);
1211 AuthContextLocal oldAuthContext) {
1215 getSession(oldAuthContext);
1210 getSessionProperty(String property, AuthContextLocal oldAuthContext) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java304 static AuthContextLocal processAuthContext(final AuthContextLocal oldAuthContext, argument
312 AuthContextLocal processedAuthContext = oldAuthContext;
1081 AuthContextLocal oldAuthContext) {
1085 getSession(oldAuthContext);
1080 getSessionProperty(String property, AuthContextLocal oldAuthContext) argument

Completed in 37 milliseconds