Package org.forgerock.openig.tools.jwt.validation
This package contains classes used to perform JWT validation.
-
Interface Summary Interface Description JwtClaimConstraint<T> AJwtClaimConstraint
represents an individual check that can applied to test a claim from a JWT.JwtConstraint AJwtConstraint
represents an individual check that can applied to test a JWT. -
Class Summary Class Description Constraints Constraints
defined for JWT validation.JweDecryptionConstraint Class supportingEncryptedJwt
encryption verification with a verificationPurpose
and aSecretsProvider
responsible for getting the decryption key.JwsSignatureVerifier Class supportingJwt
signature verification with a verificationPurpose
and aSigningManager
responsible for the verification.JwtValidator TheJwtValidator
is responsible for the JWT validation.JwtValidator.Builder Builder for the JwtValidator.JwtValidatorResult A class that handles the results for the JWT validation.Result AResult
of a JWT validation.ValidatorConstraintContext The validation context that will be passed among the different JWT constraints validations.Violation Describe a Violation, used for the JWT validation.