Package | Description |
---|---|
org.forgerock.openig.tools.jwt |
This package contains classes used to perform JWT validation.
|
Modifier and Type | Method and Description |
---|---|
Result |
JwtConstraint.apply(Jwt jwt)
Apply a constraint to the given JWT.
|
Result |
JwtClaimConstraint.apply(String key,
T value)
Apply a constraint to the given claim value.
|
static Result |
Result.failure(Violation violation)
Returns a
Result representing validation failure. |
static Result |
Result.success()
Returns a
Result representing validation success. |
Copyright 2011-2017 ForgeRock AS.