Interface AuthorizationServerContract.DefinitionStages.WithResourceOwnerPassword
- All Known Subinterfaces:
AuthorizationServerContract.Definition,AuthorizationServerContract.DefinitionStages.WithCreate
- Enclosing interface:
AuthorizationServerContract.DefinitionStages
public static interface AuthorizationServerContract.DefinitionStages.WithResourceOwnerPassword
The stage of the AuthorizationServerContract definition allowing to specify resourceOwnerPassword.
-
Method Summary
Modifier and TypeMethodDescriptionwithResourceOwnerPassword(String resourceOwnerPassword) Specifies the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.
-
Method Details
-
withResourceOwnerPassword
AuthorizationServerContract.DefinitionStages.WithCreate withResourceOwnerPassword(String resourceOwnerPassword) Specifies the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password..- Parameters:
resourceOwnerPassword- Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.- Returns:
- the next definition stage.
-