Class AccountSetupService

java.lang.Object
org.exoplatform.account.setup.web.AccountSetupService

public class AccountSetupService extends Object
  • Field Details

  • Constructor Details

    • AccountSetupService

      public AccountSetupService(org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.services.organization.OrganizationService organizationService)
  • Method Details

    • setSkipSetup

      public void setSkipSetup(boolean skipSetup)
    • mustSkipAccountSetup

      public boolean mustSkipAccountSetup()
    • createAccount

      public void createAccount(String userNameAccount, String firstNameAccount, String lastNameAccount, String emailAccount, String userPasswordAccount, String adminPassword)