| Modifier and Type | Method and Description |
|---|---|
Tenant[] |
TenantManager.getAllTenants()
Gets all tenants in the system.
|
Tenant[] |
TenantManager.getAllTenantsForTenantDomainStr(String domain)
Gets tenants in the system which matches the given domain String(which can be used for partial searches).
|
Tenant |
TenantManager.getTenant(int tenantId)
Gets a Tenant object
|
| Modifier and Type | Method and Description |
|---|---|
int |
TenantManager.addTenant(Tenant tenant)
Adds a tenant to the system
|
Map<String,String> |
UserStoreManager.getProperties(Tenant tenant)
Gets the properties of the Tenant.
|
void |
TenantManager.updateTenant(Tenant tenant)
Updates a tenant in the system
|
Copyright © 2018 WSO2 Inc. All rights reserved.