Uses of Interface
org.apache.sling.tenant.Tenant
Packages that use Tenant
-
Uses of Tenant in org.apache.sling.tenant
Methods in org.apache.sling.tenant that return TenantModifier and TypeMethodDescriptionCreates a new tenant with the given tenant ID and the initial set of properties.Methods in org.apache.sling.tenant that return types with arguments of type TenantModifier and TypeMethodDescriptionTenantProvider.getTenants()
Returns an iterator of alltenants
known to this provider.TenantProvider.getTenants
(String tenantFilter) Returns an iterator oftenants
matching the giventenantFilter
.Methods in org.apache.sling.tenant with parameters of type TenantModifier and TypeMethodDescriptionvoid
Removes the given tenant.void
TenantManager.removeProperties
(Tenant tenant, String... propertyNames) Removes one or more properties from the tenant.void
TenantManager.setProperties
(Tenant tenant, Map<String, Object> properties) Sets or removes multiple properties on the tenant.void
TenantManager.setProperty
(Tenant tenant, String name, Object value) Sets a single property of the tenant to a new value or removes the property if the value isnull
. -
Uses of Tenant in org.apache.sling.tenant.spi
Methods in org.apache.sling.tenant.spi with parameters of type TenantModifier and TypeMethodDescriptionMethod called to update the given tenant.void
Deprecated.Called to remove the setup for the given Tenant.void
Called to remove the setup for the given Tenant.Deprecated.Method called to create or update the given tenant.Method called to create the given tenant.