List<String> |
ComputedGroupsServiceImpl.computeGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal) |
List<String> |
ComputedGroupsService.computeGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
Returns list of ids for users computed groups.
|
List<String> |
UserMetadataGroupComputer.getGroupsForUser(NuxeoPrincipalImpl user) |
List<String> |
GroupComputer.getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
Returns the group names for a give User.
|
List<String> |
DocumentMetadataGroupComputer.getGroupsForUser(NuxeoPrincipalImpl user) |
List<String> |
AbstractAttributeBasedGroupComputer.getGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal) |
void |
ComputedGroupsServiceImpl.updateGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal) |
void |
ComputedGroupsService.updateGroupsForUser(NuxeoPrincipalImpl nuxeoPrincipal)
Update the virtual groups of the user with the computed groups.
|