Interface | Description |
---|---|
ErrorCodeValidator | |
JweCustomizer |
A callback interface that provides a hook to call arbitrary methods on the JsonWebEncryption prior
to the JwtConsumer using it to decrypt the content.
|
JwsCustomizer |
A callback interface that provides a hook to call arbitrary methods on the JsonWebSignature prior
to the JwtConsumer using it to verify the signature.
|
Validator |
Class | Description |
---|---|
AudValidator |
Validate the "aud" (Audience) Claim per http://tools.ietf.org/html/rfc7519#section-4.1.3
|
ErrorCodes |
Error codes, as
int values, used by this library for
programmatic access to (some) specific reasons for JWT invalidity
by using InvalidJwtException.hasErrorCode(int) . |
ErrorCodeValidator.Error |
JWT validation error with stable error code and friendly error message
|
ErrorCodeValidatorAdapter | |
IssValidator | |
JtiValidator | |
JwtConsumer | |
JwtConsumerBuilder |
Use the JwtConsumerBuilder to create the appropriate JwtConsumer for your JWT processing needs.
|
JwtContext | |
NumericDateValidator | |
SubValidator | |
TypeValidator |
Exception | Description |
---|---|
InvalidJwtException |
An exception thrown when a JWT is considered invalid or otherwise cannot be
processed/consumed.
|
InvalidJwtSignatureException |
Copyright © 2022. All rights reserved.