Interface ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin

All Known Subinterfaces:
ActiveDirectoryUser.Definition, ActiveDirectoryUser.DefinitionStages.WithCreate
Enclosing interface:
ActiveDirectoryUser.DefinitionStages

public static interface ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin
A user definition allowing setting whether the user should change password on the next login.
  • Method Details

    • 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