| Package | Description |
|---|---|
| com.sap.cloud.security.xsuaa.tokenflows |
| Modifier and Type | Method and Description |
|---|---|
UserTokenFlow |
UserTokenFlow.attributes(Map<String,String> additionalAuthorizationAttributes)
Adds additional authorization attributes to the request.
|
UserTokenFlow |
UserTokenFlow.disableCache(boolean disableCache)
Can be used to disable the cache for the flow.
|
UserTokenFlow |
UserTokenFlow.scopes(String... scopes)
Sets the scope attribute for the token request.
|
UserTokenFlow |
UserTokenFlow.subdomain(String subdomain)
Sets the subdomain (tenant) the token is requested for.
|
UserTokenFlow |
UserTokenFlow.token(String encodedToken)
Sets the JWT token that should be exchanged for another JWT token.
|
UserTokenFlow |
UserTokenFlow.token(Token token)
Sets the JWT token that should be exchanged for another JWT token.
|
UserTokenFlow |
XsuaaTokenFlows.userTokenFlow()
Creates a new User Token Flow builder object.
|
Copyright © 2020. All rights reserved.