Class ShibbolethGroupHelper
java.lang.Object
org.nuxeo.ecm.platform.shibboleth.ShibbolethGroupHelper
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
static DocumentModel
createGroup
(DocumentModel group) static void
deleteGroup
(DocumentModel group) static DocumentModel
static DocumentModel
getBareGroupModel
(CoreSession core) Deprecated, for removal: This API element is subject to removal in a future version.protected static DirectoryService
static DocumentModel
static DocumentModelList
getParentsGroups
(String shibbGroupName) Query the group directory to find if shibbGroupName is used in a subGroup field.protected static UserManager
static DocumentModelList
searchGroup
(String fullText) static void
updateGroup
(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