Class ShibbolethGroupComputer
java.lang.Object
org.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer
org.nuxeo.ecm.platform.shibboleth.computedgroups.ShibbolethGroupComputer
- All Implemented Interfaces:
 GroupComputer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturn all group ids.protected StringgetGroupMembers(String arg0) Returns the members for a give group.getGroupsForUser(NuxeoPrincipalImpl nxPrincipal) Returns the group names for a give User.getParentsGroupNames(String arg0) Return parent groups.getSubGroupsNames(String arg0) Returns children groups.Methods inherited from class org.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer
getUM, hasGroup, searchGroups, searchGroups 
- 
Constructor Details
- 
ShibbolethGroupComputer
public ShibbolethGroupComputer() 
 - 
 - 
Method Details
- 
getDirectoryName
 - 
getAllGroupIds
Description copied from interface:GroupComputerReturn 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:GroupComputerReturns the members for a give group. - 
getGroupsForUser
Description copied from interface:GroupComputerReturns the group names for a give User. - 
getParentsGroupNames
Description copied from interface:GroupComputerReturn parent groups. - 
getSubGroupsNames
Description copied from interface:GroupComputerReturns children groups. 
 -