Uses of Class
org.forgerock.openig.tools.jwt.validation.JwtValidatorResult
-
Packages that use JwtValidatorResult Package Description org.forgerock.openig.tools.jwt.validation This package contains classes used to perform JWT validation. -
-
Uses of JwtValidatorResult in org.forgerock.openig.tools.jwt.validation
Methods in org.forgerock.openig.tools.jwt.validation 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,?> attributes)
Returns the result of the JWT validation and a list of any violations.
-