Package org.forgerock.openig.filter.jwt
This package contains the components used to implement some JWT related filter.
-
Interface Summary Interface Description JwtValidatorCustomizer This interface provides a generic way to enrich aJwtValidator.Builder
. -
Class Summary Class Description JwtValidationContext AJwtValidationContext
used to store the JWT and claims.JwtValidationErrorContext AJwtValidationErrorContext
used to store the JWT and the list of violations for this JWT.JwtValidationFilter AJwtValidationFilter
validates the given JWT according to the provided configuration.JwtValidationFilter.Heaplet Creates and initializes a JwtValidationFilter in a heap environment.ScriptableJwtValidatorCustomizer A Scriptable JWT Validator customizer.ScriptableJwtValidatorCustomizer.Heaplet Creates and initializes a scriptable Jwt Validator customizer in a heap environment.