Uses of Class
org.nuxeo.ecm.platform.usermanager.GroupConfig
Package
Description
-
Uses of GroupConfig in org.nuxeo.ecm.platform.computedgroups
Modifier and TypeMethodDescriptionComputedGroupsService.getComputedGroup
(String groupName, GroupConfig groupConfig) Resolves a computed group by it's name.ComputedGroupsServiceImpl.getComputedGroup
(String groupName, GroupConfig groupConfig) ModifierConstructorDescriptionNuxeoComputedGroup
(String name, String label, GroupConfig config) NuxeoComputedGroup
(String name, GroupConfig config) -
Uses of GroupConfig in org.nuxeo.ecm.platform.usermanager
Modifier and TypeFieldDescriptionprotected GroupConfig
NuxeoGroupImpl.config
static final GroupConfig
GroupConfig.DEFAULT
protected GroupConfig
UserManagerImpl.groupConfig
Modifier and TypeMethodDescriptionFakeUserManagerImpl.getGroupConfig()
UserManager.getGroupConfig()
Returns the contributedGroupConfig
.UserManagerImpl.getGroupConfig()
-
Uses of GroupConfig in org.nuxeo.ecm.platform.usermanager.io
Modifier and TypeMethodDescriptionprotected void
NuxeoGroupJsonReader.readMemberGroups
(DocumentModel groupModel, GroupConfig groupConfig, com.fasterxml.jackson.databind.JsonNode jn) protected void
NuxeoGroupJsonReader.readMemberUsers
(DocumentModel groupModel, GroupConfig groupConfig, com.fasterxml.jackson.databind.JsonNode jn) protected void
NuxeoGroupJsonReader.readParentGroups
(DocumentModel groupModel, GroupConfig groupConfig, com.fasterxml.jackson.databind.JsonNode jn) protected void
NuxeoGroupJsonReader.readProperties
(DocumentModel groupModel, GroupConfig groupConfig, com.fasterxml.jackson.databind.JsonNode jn)