| Package | Description |
|---|---|
| com.sap.cloud.security.xsuaa.tokenflows |
| Modifier and Type | Method and Description |
|---|---|
PasswordTokenFlow |
PasswordTokenFlow.disableCache(boolean disableCache)
Can be used to disable the cache for the flow.
|
PasswordTokenFlow |
PasswordTokenFlow.optionalParameters(Map<String,String> optionalParameters)
Adds additional authorization attributes to the request.
|
PasswordTokenFlow |
PasswordTokenFlow.password(String password)
The password for the user trying to get a token.
|
PasswordTokenFlow |
XsuaaTokenFlows.passwordTokenFlow()
Creates a new Refresh Token Flow builder object.
Token, authorize and key set endpoints will be derived relative to the base URI. |
PasswordTokenFlow |
PasswordTokenFlow.subdomain(String subdomain)
Set the Subdomain the token is requested for.
|
PasswordTokenFlow |
PasswordTokenFlow.username(String username)
The username for the user trying to get a token.
|
Copyright © 2021. All rights reserved.