public class AccountSetup extends AbstractSetup
Holds the information to create a new account and its groups and users.
| Constructor and Description | 
|---|
AccountSetup(String name,
            String domain,
            String cssClass,
            com.google.common.collect.ImmutableList<GroupSetup> groups,
            com.google.common.collect.ImmutableList<UserSetup> users,
            GroupSetup defaultAccountGroup,
            Map<String,Object> additionalValues)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AccountSetup | 
createFromJsonMap(Map<String,Object> accountDataStructure)  | 
String | 
getCssClass()  | 
GroupSetup | 
getDefaultAccountGroup()  | 
String | 
getDomain()  | 
com.google.common.collect.ImmutableList<GroupSetup> | 
getGroups()  | 
String | 
getName()  | 
com.google.common.collect.ImmutableList<UserSetup> | 
getUsers()  | 
getAdditionalValues, getIdpublic AccountSetup(String name, String domain, String cssClass, com.google.common.collect.ImmutableList<GroupSetup> groups, com.google.common.collect.ImmutableList<UserSetup> users, GroupSetup defaultAccountGroup, Map<String,Object> additionalValues)
public String getName()
public String getDomain()
public String getCssClass()
public com.google.common.collect.ImmutableList<GroupSetup> getGroups()
public com.google.common.collect.ImmutableList<UserSetup> getUsers()
public GroupSetup getDefaultAccountGroup()
public static AccountSetup createFromJsonMap(Map<String,Object> accountDataStructure)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.