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 DocumentModelstatic DocumentModelgetBareGroupModel(CoreSession core) Deprecated, for removal: This API element is subject to removal in a future version.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
- Since:
- 2025.0
-
getBareGroupModel
@Deprecated(since="2025.0", forRemoval=true) public static DocumentModel getBareGroupModel(CoreSession core) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, usegetBareGroupModel()instead -
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
-
getBareGroupModel()instead