-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Multitenancy support
-
Impact type:API change
-
Upgrade notes:
Add new APIs on NuxeoPrincipal:
- isManager()
- getTenantId()
Introduce isManager API to separate the functional administrator from the technical administrator (isAdministrator).
Default is that isManager == isAdministrator
isMAnager will be overriden in the multitenant module and will return true if the user is a tenant manager.
The getTenantId API is used when the multitenant module is deployed to retrieve the tenantId of the logged user.
- is required by
-
NXP-9119 Domain isolation
- Resolved