Package org.nuxeo.ecm.multi.tenant
Class MultiTenantGroupComputer
java.lang.Object
org.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer
org.nuxeo.ecm.multi.tenant.MultiTenantGroupComputer
- All Implemented Interfaces:
GroupComputer
- Since:
- 5.6
- Author:
- Thomas Roger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn all group ids.Returns the members for a give group.getGroupsForUser
(NuxeoPrincipalImpl nuxeoPrincipal) Returns the group names for a give User.Return parent groups.Returns children groups.Methods inherited from class org.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer
getUM, hasGroup, searchGroups, searchGroups
-
Constructor Details
-
MultiTenantGroupComputer
public MultiTenantGroupComputer()
-
-
Method Details
-
getGroupsForUser
Description copied from interface:GroupComputer
Returns the group names for a give User. -
getAllGroupIds
Description copied from interface:GroupComputer
Return all group ids. If you class can not efficiently compute this list, you can return an empty list. In this case you need to implement the searchGroups method. -
getGroupMembers
Description copied from interface:GroupComputer
Returns the members for a give group. -
getParentsGroupNames
Description copied from interface:GroupComputer
Return parent groups. -
getSubGroupsNames
Description copied from interface:GroupComputer
Returns children groups.
-