Searched refs:INTERNAL_ERROR (Results 76 - 100 of 138) sorted by relevance

123456

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandler.java186 throw new RestAuthException(ResourceException.INTERNAL_ERROR, e);
188 throw new RestAuthException(ResourceException.INTERNAL_ERROR, e);
194 throw new RestAuthException(ResourceException.INTERNAL_ERROR, "JwsSigningException, " + jse.getMessage());
310 throw new RestAuthException(ResourceException.INTERNAL_ERROR, "Unknown Authentication State!");
H A DRestAuthCallbackHandlerFactory.java120 throw new RestAuthException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/provider/saml/
H A DRestSamlTokenProvider.java111 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/token/validator/disp/
H A DOpenIdConnectAuthenticationRequestDispatcher.java84 throw new TokenValidationException(org.forgerock.json.resource.ResourceException.INTERNAL_ERROR,
H A DRestUsernameTokenAuthenticationRequestDispatcher.java71 throw new TokenValidationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/validator/
H A DSoapAMTokenValidator.java132 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, message);
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/oidc/
H A DDefaultOpenIdConnectTokenClaimMapper.java62 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/state/
H A DSTSInstanceStateProviderBase.java71 throw new AMSTSRuntimeException(ResourceException.INTERNAL_ERROR, message, e);
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/publish/
H A DSoapSTSInstancePublisherImpl.java191 throw new STSPublishException(ResourceException.INTERNAL_ERROR, "Could not remove soap sts instance: "
235 throw new STSPublishException(ResourceException.INTERNAL_ERROR, "Could not create injector corresponding to the " +
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/config/
H A DTokenOperationFactoryImpl.java173 throw new STSInitializationException(ResourceException.INTERNAL_ERROR,
184 throw new STSInitializationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/publish/
H A DSoapSTSInstancePublisherImpl.java198 throw new STSPublishException(ResourceException.INTERNAL_ERROR, "Could not remove soap sts instance: "
242 throw new STSPublishException(ResourceException.INTERNAL_ERROR, "Could not create injector corresponding to the " +
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/config/
H A DTokenOperationFactoryImpl.java173 throw new STSInitializationException(ResourceException.INTERNAL_ERROR,
184 throw new STSInitializationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/guice/
H A DEntitlementRestGuiceModule.java169 handlers.put(EntitlementException.CONDITION_EVALUATION_FAILED, ResourceException.INTERNAL_ERROR);
175 handlers.put(EntitlementException.UNABLE_TO_CREATE_SUBJECT_INDEX, ResourceException.INTERNAL_ERROR);
179 handlers.put(EntitlementException.UNABLE_TO_QUERY_POLICY_INVALID_UID, ResourceException.INTERNAL_ERROR);
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DAMSessionInvalidatorImpl.java102 tokenCreationException = new TokenCreationException(org.forgerock.json.resource.ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/disp/
H A DCertificateAuthenticationRequestDispatcher.java116 throw new TokenValidationException(org.forgerock.json.resource.ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/
H A DSTSCryptoProviderBase.java103 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, "Could not get JKS keystore: " + e.getMessage(), e);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthCallbackHandlerFactory.java116 throw new RestAuthException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DAMSessionInvalidatorImpl.java102 tokenCreationException = new TokenCreationException(org.forgerock.json.resource.ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/validator/disp/
H A DCertificateAuthenticationRequestDispatcher.java116 throw new TokenValidationException(org.forgerock.json.resource.ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/
H A DSTSCryptoProviderBase.java103 throw new TokenCreationException(ResourceException.INTERNAL_ERROR, "Could not get JKS keystore: " + e.getMessage(), e);
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/saml2/
H A DSoapSamlTokenProvider.java187 throw new AMSTSRuntimeException(ResourceException.INTERNAL_ERROR,
312 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/saml2/
H A DSoapSamlTokenProvider.java187 throw new AMSTSRuntimeException(ResourceException.INTERNAL_ERROR,
312 throw new TokenCreationException(ResourceException.INTERNAL_ERROR,
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DJDBCRepoService.java265 throw ResourceException.getException(ResourceException.INTERNAL_ERROR,
319 throw ResourceException.getException(ResourceException.INTERNAL_ERROR,
412 throw ResourceException.getException(ResourceException.INTERNAL_ERROR,
507 throw ResourceException.getException(ResourceException.INTERNAL_ERROR,
695 throw ResourceException.getException(ResourceException.INTERNAL_ERROR,
758 throw ResourceException.getException(ResourceException.INTERNAL_ERROR,
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/translate/
H A DTokenTransformFactoryImpl.java219 throw new STSInitializationException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
232 throw new STSInitializationException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/translate/
H A DTokenTransformFactoryImpl.java219 throw new STSInitializationException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);
232 throw new STSInitializationException(ResourceException.INTERNAL_ERROR, e.getMessage(), e);

Completed in 159 milliseconds

123456