Uses of Class
org.nuxeo.ecm.platform.usermanager.GroupConfig
-
Packages that use GroupConfig Package Description org.nuxeo.ecm.platform.computedgroups org.nuxeo.ecm.platform.usermanager org.nuxeo.ecm.platform.usermanager.io -
-
Uses of GroupConfig in org.nuxeo.ecm.platform.computedgroups
Fields in org.nuxeo.ecm.platform.computedgroups declared as GroupConfig Modifier and Type Field Description protected GroupConfig
NuxeoComputedGroup. config
Methods in org.nuxeo.ecm.platform.computedgroups with parameters of type GroupConfig Modifier and Type Method Description NuxeoGroup
ComputedGroupsService. getComputedGroup(String groupName, GroupConfig groupConfig)
Resolves a computed group by it's name.NuxeoGroup
ComputedGroupsServiceImpl. getComputedGroup(String groupName, GroupConfig groupConfig)
Constructors in org.nuxeo.ecm.platform.computedgroups with parameters of type GroupConfig Constructor Description NuxeoComputedGroup(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 GroupConfig Modifier and Type Field Description protected GroupConfig
NuxeoGroupImpl. config
static GroupConfig
GroupConfig. DEFAULT
protected GroupConfig
UserManagerImpl. groupConfig
Methods in org.nuxeo.ecm.platform.usermanager that return GroupConfig Modifier and Type Method Description GroupConfig
FakeUserManagerImpl. getGroupConfig()
GroupConfig
UserManager. getGroupConfig()
Returns the contributedGroupConfig
.GroupConfig
UserManagerImpl. getGroupConfig()
Constructors in org.nuxeo.ecm.platform.usermanager with parameters of type GroupConfig Constructor Description NuxeoGroupImpl(DocumentModel model, GroupConfig config)
-
Uses of GroupConfig in org.nuxeo.ecm.platform.usermanager.io
Methods in org.nuxeo.ecm.platform.usermanager.io with parameters of type GroupConfig Modifier and Type Method Description protected 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)
-