|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Tenant in org.wso2.carbon.user.api |
|---|
| Methods in org.wso2.carbon.user.api that return Tenant | |
|---|---|
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 |
| Methods in org.wso2.carbon.user.api with parameters of type Tenant | |
|---|---|
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 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||