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 Modifier and Type Method 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).TenantTenantManager. getTenant(int tenantId)Gets a Tenant objectMethods in org.wso2.carbon.user.api with parameters of type Tenant Modifier and Type Method Description intTenantManager. addTenant(Tenant tenant)Adds a tenant to the systemMap<String,String>UserStoreManager. getProperties(Tenant tenant)Gets the properties of the Tenant.voidTenantManager. updateTenant(Tenant tenant)Updates a tenant in the system
-