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 TenantModifier and TypeMethodDescriptionTenant[]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).TenantManager.getTenant(int tenantId) Gets a Tenant objectdefault TenantTenantManager.getTenantByDomain(String tenantDomain) Gets a Tenant object by tenant domain.Methods in org.wso2.carbon.user.api with parameters of type TenantModifier and TypeMethodDescriptionintAdds a tenant to the systemUserStoreManager.getProperties(Tenant tenant) Gets the properties of the Tenant.voidTenantManager.updateTenant(Tenant tenant) Updates a tenant in the system