org.wso2.carbon.user.api
Class TenantMgtConfiguration
java.lang.Object
org.wso2.carbon.user.api.TenantMgtConfiguration
public class TenantMgtConfiguration
- extends Object
Class that represents the tenant-mgt.xml
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tenantManagerClass
protected String tenantManagerClass
tenantStoreProperties
protected Map<String,String> tenantStoreProperties
TenantMgtConfiguration
public TenantMgtConfiguration()
getTenantManagerClass
public String getTenantManagerClass()
setTenantManagerClass
public void setTenantManagerClass(String tenantManagerClass)
getTenantStoreProperties
public Map<String,String> getTenantStoreProperties()
getTenantStoreProperty
public String getTenantStoreProperty(String propertyName)
setTenantStoreProperties
public void setTenantStoreProperties(Map<String,String> tenantStoreProperties)
Copyright © 2014 WSO2 Inc. All rights reserved.