Package org.forgerock.openig.tools.jwt.validation
package org.forgerock.openig.tools.jwt.validation
This package contains classes used to perform JWT validation.
-
ClassDescription
Constraintsdefined for JWT validation.Class supportingEncryptedJwtencryption verification with a verificationPurposeand aSecretsProviderresponsible for getting the decryption key.Class supportingJwtsignature verification with a verificationPurposeand aSigningManagerresponsible for the verification.AJwtClaimConstraintrepresents an individual check that can applied to test a claim from a JWT.AJwtConstraintrepresents an individual check that can applied to test a JWT.TheJwtValidatoris responsible for the JWT validation.Builder for the JwtValidator.A class that handles the results for the JWT validation.AResultof a JWT validation.The validation context that will be passed among the different JWT constraints validations.Describe a Violation, used for the JWT validation.