Uses of Package
org.forgerock.openig.tools.jwt
-
Packages that use org.forgerock.openig.tools.jwt 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 This package contains classes used to perform JWT validation. -
Classes in org.forgerock.openig.tools.jwt 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 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 used by org.forgerock.openig.tools.jwt 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.ValidatorContraintContext The validation context that will be passed among the different JWT constraints validations.Violation Describe a Violation, used for the JWT validation.