Interface UserContract.DefinitionStages.WithPassword
- All Known Subinterfaces:
UserContract.Definition,UserContract.DefinitionStages.WithCreate
- Enclosing interface:
UserContract.DefinitionStages
public static interface UserContract.DefinitionStages.WithPassword
The stage of the UserContract definition allowing to specify password.
-
Method Summary
Modifier and TypeMethodDescriptionwithPassword(String password) Specifies the password property: User Password.
-
Method Details
-
withPassword
Specifies the password property: User Password. If no value is provided, a default password is generated..- Parameters:
password- User Password. If no value is provided, a default password is generated.- Returns:
- the next definition stage.
-