|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer
org.nuxeo.ecm.multi.tenant.MultiTenantGroupComputer
public class MultiTenantGroupComputer
Constructor Summary | |
---|---|
MultiTenantGroupComputer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer |
---|
hasGroup, searchGroups |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiTenantGroupComputer()
Method Detail |
---|
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
public List<String> getSubGroupsNames(String s) throws Exception
GroupComputer
Exception
|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |