Interface ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin
-
- All Known Subinterfaces:
ActiveDirectoryUser.Definition,ActiveDirectoryUser.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryUser.DefinitionStages
public static interface ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLoginA user definition allowing setting whether the user should change password on the next login.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryUser.DefinitionStages.WithCreatewithPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)Specifies whether the user should change password on the next login.
-
-
-
Method Detail
-
withPromptToChangePasswordOnLogin
ActiveDirectoryUser.DefinitionStages.WithCreate withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
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 definition
-
-