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.
|
hasGroup, searchGroups
public List<String> getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal) throws Exception
GroupComputer
Exception
public List<String> getAllGroupIds() throws Exception
GroupComputer
Exception
public List<String> getGroupMembers(String s) throws Exception
GroupComputer
Exception
public List<String> getParentsGroupNames(String s) throws Exception
GroupComputer
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.