Uses of Class
org.nuxeo.ecm.platform.usermanager.NuxeoPrincipalImpl
-
Packages that use NuxeoPrincipalImpl Package Description org.nuxeo.ecm.multi.tenant org.nuxeo.ecm.platform.computedgroups org.nuxeo.ecm.platform.shibboleth.computedgroups org.nuxeo.ecm.platform.usermanager -
-
Uses of NuxeoPrincipalImpl in org.nuxeo.ecm.multi.tenant
Subclasses of NuxeoPrincipalImpl in org.nuxeo.ecm.multi.tenant Modifier and Type Class Description class
MultiTenantPrincipal
Methods in org.nuxeo.ecm.multi.tenant with parameters of type NuxeoPrincipalImpl Modifier and Type Method Description List<String>
MultiTenantGroupComputer. getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
Constructors in org.nuxeo.ecm.multi.tenant with parameters of type NuxeoPrincipalImpl Constructor Description MultiTenantPrincipal(NuxeoPrincipalImpl principal)
-
Uses of NuxeoPrincipalImpl in org.nuxeo.ecm.platform.computedgroups
Methods in org.nuxeo.ecm.platform.computedgroups with parameters of type NuxeoPrincipalImpl Modifier and Type Method Description List<String>
ComputedGroupsService. computeGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
Returns list of ids for users computed groups.List<String>
ComputedGroupsServiceImpl. computeGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
List<String>
AbstractAttributeBasedGroupComputer. getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
List<String>
DocumentMetadataGroupComputer. getGroupsForUser(NuxeoPrincipalImpl user)
List<String>
GroupComputer. getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
Returns the group names for a give User.List<String>
UserMetadataGroupComputer. getGroupsForUser(NuxeoPrincipalImpl user)
void
ComputedGroupsService. updateGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
Update the virtual groups of the user with the computed groups.void
ComputedGroupsServiceImpl. updateGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
-
Uses of NuxeoPrincipalImpl in org.nuxeo.ecm.platform.shibboleth.computedgroups
Methods in org.nuxeo.ecm.platform.shibboleth.computedgroups with parameters of type NuxeoPrincipalImpl Modifier and Type Method Description List<String>
ShibbolethGroupComputer. getGroupsForUser(NuxeoPrincipalImpl nxPrincipal)
-
Uses of NuxeoPrincipalImpl in org.nuxeo.ecm.platform.usermanager
Subclasses of NuxeoPrincipalImpl in org.nuxeo.ecm.platform.usermanager Modifier and Type Class Description protected static class
NuxeoPrincipalImpl.TransferableClone
Provides another implementation which marshall the user id instead of transferring the whole content and resolve it when unmarshalled.Constructors in org.nuxeo.ecm.platform.usermanager with parameters of type NuxeoPrincipalImpl Constructor Description NuxeoPrincipalImpl(NuxeoPrincipalImpl other)
TransferableClone(NuxeoPrincipalImpl other)
-