Class JwtValidatorResult
- java.lang.Object
-
- org.forgerock.openig.tools.jwt.validation.JwtValidatorResult
-
public final class JwtValidatorResult extends Object
A class that handles the results for the JWT validation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Violation>
getViolations()
Returns the list of theViolation
if this JWT is invalid.boolean
isValid()
Returnstrue
if the JWT is valid,false
otherwise.
-