Uses of Package
org.forgerock.openig.tools.jwt.validation
Packages that use org.forgerock.openig.tools.jwt.validation
Package
Description
This package contains the components used to implement some JWT related filter.
Handles the tech preview identity assertion processing.
This package contains classes used to perform JWT validation.
-
Classes in org.forgerock.openig.tools.jwt.validation used by org.forgerock.openig.filter.jwtClassDescriptionThe
JwtValidatoris responsible for the JWT validation.Builder for the JwtValidator.Describe a Violation, used for the JWT validation. -
Classes in org.forgerock.openig.tools.jwt.validation used by org.forgerock.openig.handler.assertion
-
Classes in org.forgerock.openig.tools.jwt.validation used by org.forgerock.openig.tools.jwt.validationClassDescriptionClass supporting
Jwtsignature 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.