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