Searched refs:createAuthContext (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java278 loginState.createAuthContext(request,response,sid,dataHash);
346 authContext = loginState.createAuthContext(request,response,
1069 authContext = loginState.createAuthContext(sid,orgName,req);
H A DLoginState.java1746 public AuthContextLocal createAuthContext( method in class:LoginState
1768 DEBUG.message("createAuthContext: userOrg is : " + userOrg);
4124 public AuthContextLocal createAuthContext( method in class:LoginState
4132 DEBUG.message("createAuthContext: userOrg is : " + userOrg);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java263 authContext = loginState.createAuthContext(request, response, sessionId, decodedRequestData);
386 processedAuthContext = newLoginState.createAuthContext(request, response, sessionId, decodedRequestData);
1002 authContext = loginState.createAuthContext(sid,orgName,req);
H A DLoginState.java1694 AuthContextLocal createAuthContext( method in class:LoginState
1716 DEBUG.message("createAuthContext: userOrg is : " + userOrg);
4016 AuthContextLocal createAuthContext( method in class:LoginState
4024 DEBUG.message("createAuthContext: userOrg is : " + userOrg);

Completed in 66 milliseconds