| Package | Description |
|---|---|
| com.sap.cloud.security.xsuaa.tokenflows |
| Modifier and Type | Method and Description |
|---|---|
ClientCredentialsTokenFlow |
ClientCredentialsTokenFlow.attributes(Map<String,String> additionalAuthorizationAttributes)
Adds additional authorization attributes to the request.
|
ClientCredentialsTokenFlow |
XsuaaTokenFlows.clientCredentialsTokenFlow()
Creates a new Client Credentials Flow builder object.
|
ClientCredentialsTokenFlow |
ClientCredentialsTokenFlow.disableCache(boolean disableCache)
Can be used to disable the cache for the flow.
|
ClientCredentialsTokenFlow |
ClientCredentialsTokenFlow.scopes(String... scopes)
Sets the scope attribute for the token request.
|
ClientCredentialsTokenFlow |
ClientCredentialsTokenFlow.subdomain(String subdomain)
Sets the subdomain (tenant) the token is requested for.
|
ClientCredentialsTokenFlow |
ClientCredentialsTokenFlow.zoneId(String zoneId)
Sets the zone Id of the tenant
|
Copyright © 2021. All rights reserved.