Extension point configuration
In component org.nuxeo.ecm.multi.tenant.MultiTenantService
Documentation
The multi tenant configuration contains:
- tenantDocumentType: define the document type on which enable the tenant isolation. - membersGroupPermission: the default permission on the tenant for the group containing all the members of the tenant. - enabledByDefault: if 'true' the tenant isolation will be enabled when Nuxeo starts.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="configuration" target="org.nuxeo.ecm.multi.tenant.MultiTenantService"> <configuration> <tenantDocumentType>Domain</tenantDocumentType> <membersGroupPermission>Read</membersGroupPermission> <prohibitedGroups> <group>members</group> <group>Everyone</group> </prohibitedGroups> </configuration> </extension>