Uses of Package
org.forgerock.openig.tools.jwt.validation
-
Packages that use org.forgerock.openig.tools.jwt.validation Package Description org.forgerock.openig.filter.jwt This package contains the components used to implement some JWT related filter.org.forgerock.openig.openam Integration classes specifically for ForgeRock Access Management.org.forgerock.openig.tools.jwt.validation This package contains classes used to perform JWT validation. -
Classes in org.forgerock.openig.tools.jwt.validation used by org.forgerock.openig.filter.jwt Class Description JwtValidator TheJwtValidator
is responsible for the JWT validation.JwtValidator.Builder Builder for the JwtValidator.Violation Describe a Violation, used for the JWT validation. -
Classes in org.forgerock.openig.tools.jwt.validation used by org.forgerock.openig.openam Class Description JwsSignatureVerifier Class supportingJwt
signature verification with a verificationPurpose
and aSigningManager
responsible for the verification. -
Classes in org.forgerock.openig.tools.jwt.validation used by org.forgerock.openig.tools.jwt.validation Class Description JwsSignatureVerifier Class supportingJwt
signature verification with a verificationPurpose
and aSigningManager
responsible for the verification.JwtClaimConstraint 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.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.ValidatorConstraintContext The validation context that will be passed among the different JWT constraints validations.Violation Describe a Violation, used for the JWT validation.