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 GroupConfigNuxeoComputedGroup. configMethods in org.nuxeo.ecm.platform.computedgroups with parameters of type GroupConfig Modifier and Type Method Description NuxeoGroupComputedGroupsService. getComputedGroup(String groupName, GroupConfig groupConfig)Resolves a computed group by it's name.NuxeoGroupComputedGroupsServiceImpl. 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 GroupConfigNuxeoGroupImpl. configstatic GroupConfigGroupConfig. DEFAULTprotected GroupConfigUserManagerImpl. groupConfigMethods in org.nuxeo.ecm.platform.usermanager that return GroupConfig Modifier and Type Method Description GroupConfigFakeUserManagerImpl. getGroupConfig()GroupConfigUserManager. getGroupConfig()Returns the contributedGroupConfig.GroupConfigUserManagerImpl. 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 voidNuxeoGroupJsonReader. readMemberGroups(DocumentModel groupModel, GroupConfig groupConfig, com.fasterxml.jackson.databind.JsonNode jn)protected voidNuxeoGroupJsonReader. readMemberUsers(DocumentModel groupModel, GroupConfig groupConfig, com.fasterxml.jackson.databind.JsonNode jn)protected voidNuxeoGroupJsonReader. readParentGroups(DocumentModel groupModel, GroupConfig groupConfig, com.fasterxml.jackson.databind.JsonNode jn)protected voidNuxeoGroupJsonReader. readProperties(DocumentModel groupModel, GroupConfig groupConfig, com.fasterxml.jackson.databind.JsonNode jn)
-