org.wso2.carbon.integration.common.extensions.usermgt
Class UserPopulator
java.lang.Object
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.
|
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 |
UserPopulator
public UserPopulator(String productGroupName,
String instanceName)
throws XPathExpressionException
- Throws:
XPathExpressionException
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.