Interface ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin
- All Known Subinterfaces:
ActiveDirectoryUser.Update
- Enclosing interface:
- ActiveDirectoryUser.UpdateStages
public static interface ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin
A user update allowing setting whether the user should change password on the next login.
-
Method Summary
Modifier and TypeMethodDescriptionwithPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin) Specifies whether the user should change password on the next login.
-
Method Details
-
withPromptToChangePasswordOnLogin
Specifies whether the user should change password on the next login.- Parameters:
promptToChangePasswordOnLogin- true if the user should change password on next login.- Returns:
- the next stage of user update
-