Class XsuaaOAuth2TokenService

java.lang.Object
com.sap.cloud.security.xsuaa.client.AbstractOAuth2TokenService
com.sap.cloud.security.xsuaa.client.XsuaaOAuth2TokenService
All Implemented Interfaces:
OAuth2TokenService, Cacheable

public class XsuaaOAuth2TokenService extends AbstractOAuth2TokenService
Implementation for Spring applications, that uses RestOperations.
  • Constructor Details

    • XsuaaOAuth2TokenService

      public XsuaaOAuth2TokenService(@Nonnull org.springframework.web.client.RestOperations restOperations)
    • XsuaaOAuth2TokenService

      public XsuaaOAuth2TokenService(@Nonnull org.springframework.web.client.RestOperations restOperations, @Nonnull TokenCacheConfiguration tokenCacheConfiguration)
  • Method Details