public class TenantSetup extends AbstractSetup
Holds the information to create a new tenant, its accounts, and their groups and users.
Constructor and Description |
---|
TenantSetup(String name,
String adminUserLogin,
String adminUserEmail,
com.google.common.collect.ImmutableList<AccountSetup> accounts,
Map<String,Object> additionalValues) |
Modifier and Type | Method and Description |
---|---|
static TenantSetup |
createFromJsonMap(Map<String,Object> tenantDataStructure) |
com.google.common.collect.ImmutableList<AccountSetup> |
getAccounts() |
String |
getAdminUserEmail() |
String |
getAdminUserLogin() |
String |
getCssClass() |
String |
getName() |
getAdditionalValues, getId
public String getName()
public String getAdminUserLogin()
public String getAdminUserEmail()
public com.google.common.collect.ImmutableList<AccountSetup> getAccounts()
public static TenantSetup createFromJsonMap(Map<String,Object> tenantDataStructure)
public String getCssClass()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.