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 | 
getName()  | 
getAdditionalValues, getIdpublic String getName()
public String getAdminUserLogin()
public String getAdminUserEmail()
public com.google.common.collect.ImmutableList<AccountSetup> getAccounts()
public static TenantSetup createFromJsonMap(Map<String,Object> tenantDataStructure)
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.