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
JwtValidator
is 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
Jwt
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.