Uses of Class
org.forgerock.openig.tools.jwt.ValidatorContraintContext
-
Packages that use ValidatorContraintContext Package Description org.forgerock.openig.tools.jwt This package contains classes used to perform JWT validation. -
-
Uses of ValidatorContraintContext in org.forgerock.openig.tools.jwt
Methods in org.forgerock.openig.tools.jwt with parameters of type ValidatorContraintContext Modifier and Type Method Description Promise<Result,NeverThrowsException>
JwtClaimConstraint. apply(ValidatorContraintContext constraintContext, String key, T value)
Apply a constraint to the given claim value.Promise<Result,NeverThrowsException>
JwtConstraint. apply(ValidatorContraintContext constraintContext, Jwt jwt)
Apply a constraint to the given JWT.
-