Class ShibbolethGroupComputer
java.lang.Object
org.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer
org.nuxeo.ecm.platform.shibboleth.computedgroups.ShibbolethGroupComputer
- All Implemented Interfaces:
GroupComputer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn all group ids.protected String
getGroupMembers
(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:GroupComputer
Return 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:GroupComputer
Returns the members for a give group. -
getGroupsForUser
Description copied from interface:GroupComputer
Returns the group names for a give User. -
getParentsGroupNames
Description copied from interface:GroupComputer
Return parent groups. -
getSubGroupsNames
Description copied from interface:GroupComputer
Returns children groups.
-