public class TenantMgtConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
tenantManagerClass |
protected Map<String,String> |
tenantStoreProperties |
| Constructor and Description |
|---|
TenantMgtConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTenantManagerClass() |
Map<String,String> |
getTenantStoreProperties() |
String |
getTenantStoreProperty(String propertyName) |
void |
setTenantManagerClass(String tenantManagerClass) |
void |
setTenantStoreProperties(Map<String,String> tenantStoreProperties) |
protected String tenantManagerClass
Copyright © 2018 WSO2 Inc. All rights reserved.