Uses of Class
org.forgerock.openig.tools.jwt.JwtValidatorResult
-
Packages that use JwtValidatorResult Package Description org.forgerock.openig.tools.jwt This package contains classes used to perform JWT validation. -
-
Uses of JwtValidatorResult in org.forgerock.openig.tools.jwt
Methods in org.forgerock.openig.tools.jwt that return types with arguments of type JwtValidatorResult Modifier and Type Method Description Promise<JwtValidatorResult,NeverThrowsException>
JwtValidator. report(Jwt jwt)
Returns the result of the JWT validation and a list of any violations.Promise<JwtValidatorResult,NeverThrowsException>
JwtValidator. report(Jwt jwt, Map<String,Object> attributes)
Returns the result of the JWT validation and a list of any violations.
-