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