org.wso2.carbon.user.api
Class TenantMgtConfiguration

java.lang.Object
  extended by org.wso2.carbon.user.api.TenantMgtConfiguration

public class TenantMgtConfiguration
extends Object

Class that represents the tenant-mgt.xml


Field Summary
protected  String tenantManagerClass
           
protected  Map<String,String> tenantStoreProperties
           
 
Constructor Summary
TenantMgtConfiguration()
           
 
Method Summary
 String getTenantManagerClass()
           
 Map<String,String> getTenantStoreProperties()
           
 String getTenantStoreProperty(String propertyName)
           
 void setTenantManagerClass(String tenantManagerClass)
           
 void setTenantStoreProperties(Map<String,String> tenantStoreProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tenantManagerClass

protected String tenantManagerClass

tenantStoreProperties

protected Map<String,String> tenantStoreProperties
Constructor Detail

TenantMgtConfiguration

public TenantMgtConfiguration()
Method Detail

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.