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