org.wso2.carbon.integration.common.extensions.usermgt
Class UserPopulator

java.lang.Object
  extended by org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator

public class UserPopulator
extends Object

This class is responsible for adding tenants and users defined under userManagement entry in automation.xml to servers.


Constructor Summary
UserPopulator(String productGroupName, String instanceName)
           
 
Method Summary
 void deleteUsers()
          Delete Tenants, Users and Roles
 void populateUsers()
          Populate Tenants, Users and Roles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPopulator

public UserPopulator(String productGroupName,
                     String instanceName)
              throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

populateUsers

public void populateUsers()
                   throws Exception
Populate Tenants, Users and Roles

Throws:
Exception

deleteUsers

public void deleteUsers()
                 throws Exception
Delete Tenants, Users and Roles

Throws:
Exception


Copyright © 2015 WSO2. All rights reserved.