Uses of Class
com.sap.cloud.security.xsuaa.tokenflows.PasswordTokenFlow
-
Packages that use PasswordTokenFlow Package Description com.sap.cloud.security.xsuaa.tokenflows -
-
Uses of PasswordTokenFlow in com.sap.cloud.security.xsuaa.tokenflows
Methods in com.sap.cloud.security.xsuaa.tokenflows that return PasswordTokenFlow Modifier and Type Method Description PasswordTokenFlowPasswordTokenFlow. disableCache(boolean disableCache)Can be used to disable the cache for the flow.PasswordTokenFlowPasswordTokenFlow. optionalParameters(Map<String,String> optionalParameters)Adds additional authorization attributes to the request.PasswordTokenFlowPasswordTokenFlow. password(String password)The password for the user trying to get a token.PasswordTokenFlowXsuaaTokenFlows. passwordTokenFlow()Creates a new Refresh Token Flow builder object.
Token, authorize and key set endpoints will be derived relative to the base URI.PasswordTokenFlowPasswordTokenFlow. subdomain(String subdomain)Set the Subdomain the token is requested for.PasswordTokenFlowPasswordTokenFlow. username(String username)The username for the user trying to get a token.
-