Uses of Class
org.nuxeo.ecm.platform.usermanager.GroupConfig
Packages that use GroupConfig
Package
Description
-
Uses of GroupConfig in org.nuxeo.ecm.platform.computedgroups
Fields in org.nuxeo.ecm.platform.computedgroups declared as GroupConfigMethods in org.nuxeo.ecm.platform.computedgroups with parameters of type GroupConfigModifier and TypeMethodDescriptionComputedGroupsService.getComputedGroup
(String groupName, GroupConfig groupConfig) Resolves a computed group by it's name.ComputedGroupsServiceImpl.getComputedGroup
(String groupName, GroupConfig groupConfig) Constructors in org.nuxeo.ecm.platform.computedgroups with parameters of type GroupConfigModifierConstructorDescriptionNuxeoComputedGroup
(String name, String label, GroupConfig config) NuxeoComputedGroup
(String name, GroupConfig config) -
Uses of GroupConfig in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager declared as GroupConfigModifier and TypeFieldDescriptionprotected GroupConfig
NuxeoGroupImpl.config
static final GroupConfig
GroupConfig.DEFAULT
protected GroupConfig
UserManagerImpl.groupConfig
Methods in org.nuxeo.ecm.platform.usermanager that return GroupConfigModifier and TypeMethodDescriptionFakeUserManagerImpl.getGroupConfig()
UserManager.getGroupConfig()
Returns the contributedGroupConfig
.UserManagerImpl.getGroupConfig()
Constructors in org.nuxeo.ecm.platform.usermanager with parameters of type GroupConfig -
Uses of GroupConfig in org.nuxeo.ecm.platform.usermanager.io
Methods in org.nuxeo.ecm.platform.usermanager.io with parameters of type GroupConfigModifier 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)