Interface ActiveDirectoryUser.UpdateStages.WithPassword
-
- All Known Subinterfaces:
ActiveDirectoryUser.Update
- Enclosing interface:
- ActiveDirectoryUser.UpdateStages
public static interface ActiveDirectoryUser.UpdateStages.WithPasswordA user update allowing password to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryUser.UpdatewithPassword(String password)Specifies the password of the user.
-
-
-
Method Detail
-
withPassword
ActiveDirectoryUser.Update withPassword(String password)
Specifies the password of the user.- Parameters:
password- the password of the user- Returns:
- the next stage of user update
-
-