| Class | Description |
|---|---|
| JwtAudienceValidator |
Validates if the jwt access token is intended for the OAuth2 client of this
application.
|
| JwtIssuerValidator |
Validates that the jwt token is issued by a trust worthy identity provider.
|
| JwtSignatureValidator |
Validates whether the jwt was signed with the public key of the trust-worthy
identity service.
|
| JwtTimestampValidator |
Validates whether the jwt access token is used before the "expiration"
(
exp) time and if it is used after the "not before" (nbf)
time. |
| JwtValidatorBuilder |
Class used to build a token validator for a oauth service configuration
OAuth2ServiceConfiguration. |
| OAuth2TokenKeyServiceWithCache |
Decorates
OAuth2TokenKeyService with a cache, which gets looked up
before the identity service is requested via http. |
| OidcConfigurationServiceWithCache |
Decorates
OidcConfigurationService with a cache, which gets looked up
before the identity service is requested via http. |
| XsuaaJwtIssuerValidator |
Validates that the jwt access token is issued by a trust worthy identity
service.
|
| Enum | Description |
|---|---|
| JwtSignatureAlgorithm |
This is represented by "kty" (Key Type) Parameter.
|
Copyright © 2020. All rights reserved.