Interface ActiveDirectoryUser.DefinitionStages.WithPassword
- All Known Subinterfaces:
ActiveDirectoryUser.Definition
- Enclosing interface:
- ActiveDirectoryUser.DefinitionStages
public static interface ActiveDirectoryUser.DefinitionStages.WithPassword
A user definition allowing password to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithPassword(String password) Specifies the password of the user.
-
Method Details
-
withPassword
Specifies the password of the user.- Parameters:
password- the password of the user- Returns:
- the next stage of user definition
-