Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.security |
Modifier and Type | Class and Description |
---|---|
static class |
OAuth2TokenServiceCache.Default
Default implementation of the interface.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2TokenServiceCache |
OAuth2TokenServiceCache.create()
Create an empty cache.
|
static OAuth2TokenServiceCache |
OAuth2TokenServiceCache.create(Map<com.sap.cloud.security.config.ClientIdentity,com.sap.cloud.security.xsuaa.client.OAuth2TokenService> cache)
Create a new cache based on an existing
Map instance. |
static OAuth2TokenServiceCache |
OAuth2TokenServiceCache.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.
|
Modifier and Type | Method and Description |
---|---|
OAuth2ServiceProvider.OAuth2ServiceProviderBuilder |
OAuth2ServiceProvider.OAuth2ServiceProviderBuilder.tokenServiceCache(OAuth2TokenServiceCache cache)
Set a token service cache.
|
Copyright © 2021 SAP SE. All rights reserved.