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, searchGroupspublic List<String> getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal) throws Exception
GroupComputerExceptionpublic List<String> getAllGroupIds() throws Exception
GroupComputerExceptionpublic List<String> getGroupMembers(String s) throws Exception
GroupComputerExceptionpublic List<String> getParentsGroupNames(String s) throws Exception
GroupComputerExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.