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