Package | Description |
---|---|
org.forgerock.openig.tools.jwt |
This package contains classes used to perform JWT validation.
|
Modifier and Type | Method and Description |
---|---|
Violation |
Result.getViolation()
Return the Violation if it is present,
null otherwise. |
Modifier and Type | Method and Description |
---|---|
List<Violation> |
JwtValidatorResult.getViolations()
Returns the list of the
Violation if this JWT is invalid. |
Modifier and Type | Method and Description |
---|---|
static Result |
Result.failure(Violation violation)
Returns a
Result representing validation failure. |
Copyright 2011-2017 ForgeRock AS.