Searched refs:acLocal (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java160 com.sun.identity.authentication.server.AuthContextLocal acLocal = null; field in class:AuthContext
716 acLocal = com.sun.identity.authentication.service.AuthUtils.
723 acLocal = com.sun.identity.authentication.service.AuthUtils.
727 LoginState loginState = acLocal.getLoginState();
741 acLocal.getLoginState().setClient(hostName);
743 acLocal.login(indexType, indexName, envMap, locale);
747 if (acLocal.getStatus().equals(Status.SUCCESS)) {
1058 if (!acLocal.getStatus().equals(Status.SUCCESS)) {
1061 return (acLocal.getSubject());
1096 return (acLocal
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java160 com.sun.identity.authentication.server.AuthContextLocal acLocal = null; field in class:AuthContext
716 acLocal = com.sun.identity.authentication.service.AuthUtils.
723 acLocal = com.sun.identity.authentication.service.AuthUtils.
727 LoginState loginState = acLocal.getLoginState();
741 acLocal.getLoginState().setClient(hostName);
743 acLocal.login(indexType, indexName, envMap, locale);
747 if (acLocal.getStatus().equals(Status.SUCCESS)) {
1058 if (!acLocal.getStatus().equals(Status.SUCCESS)) {
1061 return (acLocal.getSubject());
1096 return (acLocal
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1722 AuthContextLocal acLocal = null;
1724 acLocal = retrieveAuthContext(sid);
1727 return acLocal;

Completed in 41 milliseconds