Uses of Class
org.wso2.carbon.user.api.Tenant

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
 



Copyright © 2014 WSO2 Inc. All rights reserved.