public class MultiTenantGroupComputer extends AbstractGroupComputer
| Constructor and Description |
|---|
MultiTenantGroupComputer() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllGroupIds()
Return all group ids.
|
List<String> |
getGroupMembers(String s)
Returns the members for a give group.
|
List<String> |
getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
Returns the group names for a give User.
|
List<String> |
getParentsGroupNames(String s)
Return parent groups.
|
List<String> |
getSubGroupsNames(String s)
Returns children groups.
|
getUM, hasGroup, searchGroups, searchGroupspublic MultiTenantGroupComputer()
public List<String> getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
GroupComputerpublic List<String> getAllGroupIds()
GroupComputerpublic List<String> getGroupMembers(String s)
GroupComputerpublic List<String> getParentsGroupNames(String s)
GroupComputerpublic List<String> getSubGroupsNames(String s)
GroupComputerCopyright © 2018 Nuxeo. All rights reserved.