See: Description
Interface | Description |
---|---|
JwtClaimAccessor |
A
ClaimAccessor for the "claims" that may be contained
in the JSON object JWT Claims Set of a JSON Web Token (JWT). |
JwtClaimNames |
The Registered Claim Names defined by the JSON Web Token (JWT) specification
that may be contained in the JSON object JWT Claims Set.
|
JwtDecoder |
Implementations of this interface are responsible for "decoding"
a JSON Web Token (JWT) from it's compact claims representation format to a
Jwt . |
Class | Description |
---|---|
Jwt |
An implementation of an
AbstractOAuth2Token representing a JSON Web Token (JWT). |
NimbusJwtDecoderJwkSupport |
An implementation of a
JwtDecoder that "decodes" a
JSON Web Token (JWT) and additionally verifies it's digital signature if the JWT is a
JSON Web Signature (JWS). |
Exception | Description |
---|---|
JwtException |
Base exception for all JSON Web Token (JWT) related errors.
|