Package | Description |
---|---|
org.forgerock.openig.tools.jwt |
This package contains classes used to perform JWT validation.
|
Modifier and Type | Method and Description |
---|---|
static JwtConstraint |
Constraints.hasClaims()
Returns
empty if the JWT does contain claims. |
static JwtConstraint |
Constraints.hasValidSignature(SigningHandler signingHandler)
Validates the signature of this
SignedJwt . |
Modifier and Type | Method and Description |
---|---|
JwtValidator.Builder |
JwtValidator.Builder.jwt(JwtConstraint jwtConstraint)
Adds a
JwtConstraint on the JWT. |
Copyright 2011-2017 ForgeRock AS.