Class ShibbolethGroupHelper
java.lang.Object
org.nuxeo.ecm.platform.shibboleth.ShibbolethGroupHelper
-
Method Summary
Modifier and TypeMethodDescriptionprotected static voidstatic DocumentModelcreateGroup(DocumentModel group) static voiddeleteGroup(DocumentModel group) static DocumentModelgetBareGroupModel(CoreSession core) protected static DirectoryServicestatic DocumentModelstatic DocumentModelListgetParentsGroups(String shibbGroupName) Query the group directory to find if shibbGroupName is used in a subGroup field.protected static UserManagerstatic DocumentModelListsearchGroup(String fullText) static voidupdateGroup(DocumentModel group)
-
Method Details
-
getDirectoryService
-
getUserManager
-
getBareGroupModel
-
createGroup
-
getGroup
-
updateGroup
-
deleteGroup
-
getParentsGroups
Query the group directory to find if shibbGroupName is used in a subGroup field.- Parameters:
shibbGroupName- name of the desired group- Returns:
- a DocumentList representing the groups matching the query
-
getGroups
-
searchGroup
-
checkExpressionLanguageValidity
-