Searched refs:AuthUtils (Results 26 - 50 of 98) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java392 jaasCheck = AuthUtils.isPureJAASModulePresent(configName, this);
576 logFailedMessage = AuthUtils.getErrorVal(AMAuthErrorCode.AUTH_MODULE_DENIED, AuthUtils.ERROR_MESSAGE);
647 logFailedMessage = AuthUtils.getErrorVal(AMAuthErrorCode.AUTH_MAX_SESSION_REACHED,
648 AuthUtils.ERROR_MESSAGE);
721 logFailedMessage = AuthUtils.getErrorVal(AMAuthErrorCode.AUTH_MODULE_DENIED, AuthUtils.ERROR_MESSAGE);
1073 return AuthUtils.getLoginState(authContext);
1115 LoginState loginState = AuthUtils.getLoginState(authContext);
1349 if (compositeAdvice.getType() == AuthUtils
[all...]
H A DAuthLevel.java70 String clientType = AuthUtils.getDefaultClientType();
137 AuthUtils.getAuthModules(authLevel,orgDN, clientType);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginProcess.java22 import com.sun.identity.authentication.service.AuthUtils;
154 if (type == AuthUtils.MODULE) {
156 } else if (type == AuthUtils.SERVICE) {
158 } else if (type == AuthUtils.REALM) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java580 logFailedMessage = AuthUtils.getErrorVal(AMAuthErrorCode.AUTH_MODULE_DENIED, AuthUtils.ERROR_MESSAGE);
647 logFailedMessage = AuthUtils.getErrorVal(AMAuthErrorCode.AUTH_MAX_SESSION_REACHED,
648 AuthUtils.ERROR_MESSAGE);
721 logFailedMessage = AuthUtils.getErrorVal(AMAuthErrorCode.AUTH_MODULE_DENIED, AuthUtils.ERROR_MESSAGE);
1068 return AuthUtils.getLoginState(authContext);
1316 if (compositeAdvice.getType() == AuthUtils.MODULE) {
1340 if (compositeAdvice.getType() == AuthUtils.MODULE) {
1342 } else if (compositeAdvice.getType() == AuthUtils
[all...]
H A DAuthLevel.java70 String clientType = AuthUtils.getDefaultClientType();
137 AuthUtils.getAuthModules(authLevel,orgDN, clientType);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java50 import com.sun.identity.authentication.service.AuthUtils;
192 !(AuthUtils.isLocalServer(cookieURL,serviceURI))) {
276 LoginState loginState = AuthUtils.getLoginState(authContext);
301 securityEnabled = AuthUtils.getRemoteSecurityEnabled();
317 indexTypeLoc = AuthUtils.getIndexType(authContext);
318 indexNameLoc = AuthUtils.getIndexName(authContext);
373 if ((AuthUtils.getIndexType(authContext) == AuthContext.IndexType.LEVEL) ||
374 (AuthUtils.getIndexType(authContext) ==
410 loginState.setParamHash(AuthUtils.parseRequestParameters(clientRequest));
583 AuthUtils
[all...]
H A DAuthXMLResponse.java53 import com.sun.identity.authentication.service.AuthUtils;
111 authErrorMessage = AuthUtils.getErrorMessage(errorCode);
112 authErrorTemplate = AuthUtils.getErrorTemplate(errorCode);
309 successURL = AuthUtils.getLoginSuccessURL(authContext);
342 failureURL = AuthUtils.getLoginFailedURL(authContext);
395 AuthUtils.destroySession(authContext);
431 AuthUtils.destroySession(authContext);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java50 import com.sun.identity.authentication.service.AuthUtils;
192 !(AuthUtils.isLocalServer(cookieURL,serviceURI))) {
276 LoginState loginState = AuthUtils.getLoginState(authContext);
301 securityEnabled = AuthUtils.getRemoteSecurityEnabled();
317 indexTypeLoc = AuthUtils.getIndexType(authContext);
318 indexNameLoc = AuthUtils.getIndexName(authContext);
373 if ((AuthUtils.getIndexType(authContext) == AuthContext.IndexType.LEVEL) ||
374 (AuthUtils.getIndexType(authContext) ==
410 loginState.setParamHash(AuthUtils.parseRequestParameters(clientRequest));
583 AuthUtils
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/core/
H A DCoreWrapper.java29 import com.sun.identity.authentication.service.AuthUtils;
256 return AuthUtils.getCookieDomainsForRequest(request);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/wrappers/
H A DAuthContextLocalWrapper.java29 import com.sun.identity.authentication.service.AuthUtils;
212 AuthUtils.destroySession(authContextLocal);
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DApplicationFilterTest.java36 import com.sun.identity.entitlement.util.AuthUtils;
139 SSOToken userToken = AuthUtils.authenticate("/", USER1, USER1);
H A DReferralPrivilegeTest.java35 import com.sun.identity.entitlement.util.AuthUtils;
138 SSOToken token = AuthUtils.authenticate("/", USER_NAME, USER_NAME);
H A DTestAttributeEvaluator.java35 import com.sun.identity.entitlement.util.AuthUtils;
145 Subject subject = AuthUtils.createSubject(user1.getUniversalId());
H A DTestGroupEvaluator.java36 import com.sun.identity.entitlement.util.AuthUtils;
146 Subject subject = AuthUtils.createSubject(user1.getUniversalId());
H A DDelegationPrivilegeIdRepoAccessTest.java35 import com.sun.identity.entitlement.util.AuthUtils;
131 SSOToken token = AuthUtils.authenticate(
137 SSOToken token1 = AuthUtils.authenticate(
H A DDelegationPrivilegeTest.java37 import com.sun.identity.entitlement.util.AuthUtils;
135 SSOToken userSSOToken = AuthUtils.authenticate("/",
160 SSOToken userSSOToken = AuthUtils.authenticate("/",
/forgerock/openam/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/
H A DAdaptivePostAuthenticationPlugin.java31 import com.sun.identity.authentication.service.AuthUtils;
81 final Set<String> cookieDomains = AuthUtils.getCookieDomainsForRequest(request);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/
H A DCoreWrapper.java29 import com.sun.identity.authentication.service.AuthUtils;
258 return AuthUtils.getCookieDomainsForRequest(request);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/wrappers/
H A DAuthContextLocalWrapper.java29 import com.sun.identity.authentication.service.AuthUtils;
213 AuthUtils.destroySession(authContextLocal);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DApplicationFilterTest.java38 import com.sun.identity.entitlement.util.AuthUtils;
141 SSOToken userToken = AuthUtils.authenticate("/", USER1, USER1);
H A DReferralPrivilegeTest.java35 import com.sun.identity.entitlement.util.AuthUtils;
137 SSOToken token = AuthUtils.authenticate("/", USER_NAME, USER_NAME);
H A DTestAttributeEvaluator.java35 import com.sun.identity.entitlement.util.AuthUtils;
150 Subject subject = AuthUtils.createSubject(user1.getUniversalId());
H A DTestGroupEvaluator.java36 import com.sun.identity.entitlement.util.AuthUtils;
150 Subject subject = AuthUtils.createSubject(user1.getUniversalId());
H A DDelegationPrivilegeIdRepoAccessTest.java35 import com.sun.identity.entitlement.util.AuthUtils;
130 SSOToken token = AuthUtils.authenticate(
136 SSOToken token1 = AuthUtils.authenticate(
H A DDelegationPrivilegeTest.java37 import com.sun.identity.entitlement.util.AuthUtils;
134 SSOToken userSSOToken = AuthUtils.authenticate("/",
159 SSOToken userSSOToken = AuthUtils.authenticate("/",

Completed in 79 milliseconds

1234