Interface ActiveDirectoryUser.UpdateStages.WithPassword
- All Known Subinterfaces:
ActiveDirectoryUser.Update
- Enclosing interface:
- ActiveDirectoryUser.UpdateStages
public static interface ActiveDirectoryUser.UpdateStages.WithPassword
A user update 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 update
-