Interface AuthorizationServerContract.UpdateStages.WithResourceOwnerUsername
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithResourceOwnerUsername
The stage of the AuthorizationServerContract update 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
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.
-