Uses of Class
com.sap.cloud.security.servlet.AbstractTokenAuthenticator
Packages that use AbstractTokenAuthenticator
-
Uses of AbstractTokenAuthenticator in com.sap.cloud.security.servlet
Subclasses of AbstractTokenAuthenticator in com.sap.cloud.security.servletMethods in com.sap.cloud.security.servlet that return AbstractTokenAuthenticatorModifier and TypeMethodDescriptionAbstractTokenAuthenticator.withCacheConfiguration
(CacheConfiguration cacheConfiguration) Use to configure the token key cache.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.XsuaaTokenAuthenticator.withHttpClient
(org.apache.http.impl.client.CloseableHttpClient httpClient) AbstractTokenAuthenticator.withServiceConfiguration
(OAuth2ServiceConfiguration serviceConfiguration) Use to override the service configuration used.XsuaaTokenAuthenticator.withServiceConfiguration
(OAuth2ServiceConfiguration serviceConfiguration) AbstractTokenAuthenticator.withValidationListener
(ValidationListener validationListener) Adds the validation listener to the jwt validator that is being used by the authenticator to validate the tokens.