AbstractTokenAuthenticator |
AbstractTokenAuthenticator.withCacheConfiguration(CacheConfiguration cacheConfiguration) |
Use to configure the token key cache.
|
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.withHttpClient(org.apache.http.impl.client.CloseableHttpClient httpClient) |
|
AbstractTokenAuthenticator |
AbstractTokenAuthenticator.withServiceConfiguration(OAuth2ServiceConfiguration serviceConfiguration) |
Use to override the service configuration used.
|
AbstractTokenAuthenticator |
XsuaaTokenAuthenticator.withServiceConfiguration(OAuth2ServiceConfiguration serviceConfiguration) |
|
AbstractTokenAuthenticator |
AbstractTokenAuthenticator.withValidationListener(ValidationListener validationListener) |
Adds the validation listener to the jwt validator that is being used by the
authenticator to validate the tokens.
|