public class AccountSetupService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT_SETUP_NODE |
static String |
ACCOUNT_SETUP_SKIP_PROPERTY |
| Constructor and Description |
|---|
AccountSetupService(org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.services.organization.OrganizationService organizationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
createAccount(String userNameAccount,
String firstNameAccount,
String lastNameAccount,
String emailAccount,
String userPasswordAccount,
String adminPassword) |
boolean |
mustSkipAccountSetup() |
void |
setSkipSetup(boolean skipSetup) |
public static final String ACCOUNT_SETUP_NODE
public static final String ACCOUNT_SETUP_SKIP_PROPERTY
public AccountSetupService(org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.services.organization.OrganizationService organizationService)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.