| Interface | Description |
|---|---|
| AccessToken |
Represents an access token in the format of a JSON Web Token (not a short
opaque token).
|
| Token |
Represents a JSON Web Token (JWT).
|
| TokenFactory |
Represents a
Token creation interface. |
| Class | Description |
|---|---|
| SecurityContext |
Thread wide
Token storage. |
| TokenClaims |
Constants denoting JWT claims as specified here:
https://tools.ietf.org/html/rfc7519#section-4
|
| TokenHeader |
Constants denoting Jwt header parameters.
|
| Enum | Description |
|---|---|
| GrantType |
Constants denoting the grant type of a Jwt access token as specified here:
https://tools.ietf.org/html/rfc6749
|
| Exception | Description |
|---|---|
| InvalidTokenException |
Runtime exception during token validation.
|
| ProviderNotFoundException |
A dedicated runtime exception for missing implementations in
ServiceLoader context |
Copyright © 2023. All rights reserved.