public class CloudAccountInitializer extends Object
Utility class to initialize an account based on some account data which also includes groups and users for that account.
| Constructor and Description | 
|---|
CloudAccountInitializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
createAdminAccount(String userId,
                  String comment)  | 
void | 
initAccount(AccountSetup account,
           String userId,
           String comment,
           SystemGroups systemGroups)  | 
void | 
initAccounts(TenantSetup tenantData,
            String userId,
            String comment,
            SystemGroups systemGroups)  | 
void | 
setAccountGroup(String accountId,
               String accountGroupId)  | 
void | 
setCandidateGroupsForAccounts(Set<String> groupIds)  | 
void | 
setCandidateGroupsForGroups(Set<String> groupIds)  | 
void | 
setCandidateGroupsForUsers(Set<String> groupIds)  | 
public void initAccounts(TenantSetup tenantData, String userId, String comment, SystemGroups systemGroups)
public void initAccount(AccountSetup account, String userId, String comment, SystemGroups systemGroups)
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.