Exception | Description |
---|---|
CertificateException |
An exception thrown when a JCA error occurs in handling a certificate or
certificate chain.
|
CertificateSubjectNameAssertionException |
An exception thrown when the subject name on a certificate does not
satisfy an assertion.
|
CertificateValidationException |
An exception thrown by a
PublicKeyLocator if
the certificate to be used in validating a signature fails validation;
e.g. |
ContainsAssertionException |
An exception thrown when assertion about a multi-valued claim containing
a particular value is not satisfied.
|
DecryptionKeyNotFoundException |
An exception thrown when a decryption operation fails because the key
needed was not found.
|
EqualsAssertionException |
An exception thrown when an assertion that a claim must equal a value
or one of a collection of values is not satisfied.
|
ExpirationAssertionException |
An exception thrown when an assertion about the expiration of a token has
failed.
|
IdAssertionException |
An exception thrown when an assertion about the
JTI claim
is not satisfied. |
InstantAssertionException |
An exception thrown when an assertion about an instant in time is not
satisfied.
|
InvalidSignatureException |
An exception thrown when a signature validation fails.
|
JWTAssertionFailedException |
An exception thrown by an
Assertions when an assertion is not
satisfied. |
JWTConfigurationException |
An exception thrown by a builder of a JWT provider.
|
JWTEncryptionException |
An exception thrown when a JWT provider encounters an error while performing
an encryption operation.
|
JWTException |
An exception thrown by a JWT provider.
|
JWTGeneratorException |
An exception thrown when a JWT provider encounters an error while performing
a JWT generation operation.
|
JWTParseException |
An exception thrown when a JSON representation of a claims object cannot
be parsed successfully.
|
JWTProviderNotFoundException |
A JWT runtime exception.
|
JWTSignatureException |
An exception thrown when a JWT provider encounters an error while performing
a signature operation.
|
JWTValidationException |
An exception thrown when a JWT provider encounters an error while performing
a JWT validation.
|
KeyProviderException |
An exception thrown when a checked exception is thrown in the implementation
of a
KeyProvider . |
LifetimeAssertionException |
An exception thrown when an assertion about the lifetime of a token has
failed.
|
PublicKeyNotFoundException |
An exception thrown by a
PublicKeyLocator to
indicate that no public key matching given criteria could be found. |
SignatureKeyNotFoundException |
An exception thrown when a signature operation fails because the key
needed was not found.
|
TypeMismatchAssertionException |
An exception thrown when an assertion fails due to a mismatch between the
expected type and actual type for the value of a claim.
|
UndefinedValueAssertionException |
An exception thrown when an assertion on a claim value is not satisfied
because the value is undefined.
|
Copyright © 2019. All rights reserved.