Interface ActiveDirectoryUser.DefinitionStages.WithAccontEnabled

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

public static interface ActiveDirectoryUser.DefinitionStages.WithAccontEnabled
A user definition allowing specifying whether the account is enabled.
  • Method Details

    • withAccountEnabled

      ActiveDirectoryUser.DefinitionStages.WithCreate withAccountEnabled(boolean accountEnabled)
      Specifies whether the user account is enabled.
      Parameters:
      accountEnabled - true if account is enabled, false otherwise
      Returns:
      the next stage of user definition