Exception Summary |
AlreadyAuthenticatedException |
Thrown when an identity is already authenticated to a resource
that is the target of another authentication. |
AnotherIdentityIsAuthenticatedException |
Thrown when another identity is authenticated to the resource for
which the authentication is requested. |
AuthenticatorException |
Employs a "root-cause" mechanism by which the original exception,
which may be provider-specific, can be recovered. |
ConfigurationException |
Thrown when a configuration error occurs in the Authenticator. |
CreateTokensCancelledException |
Thrown when the authentication token creation process is cancelled. |
CreateTokensException |
This exception is thrown when the creation of authentication tokens fails. |
DigestException |
Provides the generic message eigest exception. |
GeneralSecurityException |
Groups all the exception classes of the java.security package that
extend from it. |
GetIdentitiesException |
Thrown when a failure occurs in identifying authenticated
identities. |
InvalidKeyException |
Provides the exception for invalid Keys. |
KeyException |
Provides the basic key exception. |
KeyManagementException |
Provides the general key management exception for all operations
dealing with key management. |
LoginCancelledException |
Thrown when the login procedure is cancelled. |
LoginException |
Thrown when an error occurs in the login procedure. |
LogoutCancelledException |
Thrown when the logout procedure is cancelled. |
LogoutException |
Thrown when an error occurs in the logout procedure. |
ModifyTokensCancelledException |
Thrown when the token modification procedure is cancelled. |
ModifyTokensException |
Thrown when an error occurs during the modification of
authentication tokens. |
NoSuchAlgorithmException |
Thrown when a particular cryptographic algorithm is requested but
is not available in the environment. |
NoSuchProviderException |
Thrown when a particular security provider is requested but is
not available in the environment. |
ProviderException |
Provides a runtime exception for Provider exceptions, such as
misconfiguration errors. |
SignatureException |
Provides a generic Signature exception. |
VerifyTokensCancelledException |
Thrown when the token modification procedure is cancelled. |
VerifyTokensException |
Thrown when an error occurs during the verification of
authentication tokens. |