Uses of Interface
com.sap.cloud.sdk.cloudplatform.security.OAuth2TokenServiceCache
Packages that use OAuth2TokenServiceCache
-
Uses of OAuth2TokenServiceCache in com.sap.cloud.sdk.cloudplatform.security
Classes in com.sap.cloud.sdk.cloudplatform.security that implement OAuth2TokenServiceCacheModifier and TypeClassDescriptionstatic final classDefault implementation of the interface.Methods in com.sap.cloud.sdk.cloudplatform.security that return OAuth2TokenServiceCacheModifier and TypeMethodDescriptionstatic OAuth2TokenServiceCacheOAuth2TokenServiceCache.create()Create an empty cache.static OAuth2TokenServiceCacheOAuth2TokenServiceCache.create(Map<com.sap.cloud.security.config.ClientIdentity, com.sap.cloud.security.xsuaa.client.OAuth2TokenService> cache) Create a new cache based on an existingMapinstance.static OAuth2TokenServiceCacheOAuth2TokenServiceCache.single(com.sap.cloud.security.xsuaa.client.OAuth2TokenService tokenService) Create ab immutable cache instance, with a single entry that is being returned for any provided client identity.Methods in com.sap.cloud.sdk.cloudplatform.security with parameters of type OAuth2TokenServiceCacheModifier and TypeMethodDescriptionOAuth2ServiceProvider.OAuth2ServiceProviderBuilder.tokenServiceCache(OAuth2TokenServiceCache cache) Set a token service cache.