Package org.forgerock.openig.tools.jwt
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.JwsSignatureVerifier Class supportingJwt
signature verification with a verificationPurpose
and aSigningManager
responsible for the verification.JwtValidationContext The validation context that will be passed among the different JWT constraints validations.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.Violation Describe a Violation, used for the JWT validation.