Class TenantMgtConfiguration

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

public class TenantMgtConfiguration extends Object
Class that represents the tenant-mgt.xml
  • Field Details

    • tenantManagerClass

      protected String tenantManagerClass
    • tenantStoreProperties

      protected Map<String,String> tenantStoreProperties
  • Constructor Details

    • TenantMgtConfiguration

      public TenantMgtConfiguration()
  • Method Details

    • getTenantManagerClass

      public String getTenantManagerClass()
    • setTenantManagerClass

      public void setTenantManagerClass(String tenantManagerClass)
    • getTenantStoreProperties

      public Map<String,String> getTenantStoreProperties()
    • setTenantStoreProperties

      public void setTenantStoreProperties(Map<String,String> tenantStoreProperties)
    • getTenantStoreProperty

      public String getTenantStoreProperty(String propertyName)