| Interface | Description |
|---|---|
| AccessToken |
Represents an access token in the format of a JSON Web Token (not a short
opaque token).
|
| ScopeConverter | |
| Token |
Represents a JSON Web Token (JWT).
|
| Class | Description |
|---|---|
| AbstractToken |
Decodes and parses encoded JSON Web Token (JWT) and provides access to token
header parameters and claims.
|
| SapIdToken |
You can get further token claims from here:
TokenClaims. |
| 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.
|
| XsuaaScopeConverter |
This utility class translates XSUAA scopes that are specified in global form
and prefixed with the "appId.", to local ones.
|
| XsuaaToken |
Decodes and parses encoded access token (JWT) for the Xsuaa identity service
and provides access to token header parameters and claims.
|
| Enum | Description |
|---|---|
| GrantType |
Constants denoting the grant type of a Jwt access token as specified here:
https://tools.ietf.org/html/rfc6749
|
Copyright © 2020. All rights reserved.