| Package | Description |
|---|---|
| com.sap.cloud.security.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
IasTokenAuthenticator |
class |
XsuaaTokenAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
AbstractTokenAuthenticator |
AbstractTokenAuthenticator.withCacheConfiguration(CacheConfiguration cacheConfiguration)
Use to configure the token key cache.
|
AbstractTokenAuthenticator |
XsuaaTokenAuthenticator.withHttpClient(org.apache.http.impl.client.CloseableHttpClient httpClient) |
AbstractTokenAuthenticator |
AbstractTokenAuthenticator.withHttpClient(org.apache.http.impl.client.CloseableHttpClient httpClient)
Use to configure the HttpClient that is used to retrieve token keys or to
perform a token-exchange.
|
AbstractTokenAuthenticator |
XsuaaTokenAuthenticator.withServiceConfiguration(OAuth2ServiceConfiguration serviceConfiguration) |
AbstractTokenAuthenticator |
AbstractTokenAuthenticator.withServiceConfiguration(OAuth2ServiceConfiguration serviceConfiguration)
Use to override the service configuration used.
|
AbstractTokenAuthenticator |
AbstractTokenAuthenticator.withValidationListener(ValidationListener validationListener)
Adds the validation listener to the jwt validator that is being used by the
authenticator to validate the tokens.
|
Copyright © 2024. All rights reserved.