Package org.nuxeo.ecm.platform.computedgroups

Examples of org.nuxeo.ecm.platform.computedgroups.ComputedGroupsService


    }

    private void updatePrincipalGroups(Principal principal) {
        if (principal instanceof NuxeoPrincipalImpl) {
            NuxeoPrincipalImpl nuxeoPrincipal = (NuxeoPrincipalImpl) principal;
            ComputedGroupsService computedGroupsService = Framework.getLocalService(ComputedGroupsService.class);
            computedGroupsService.updateGroupsForUser(nuxeoPrincipal);
        }
    }
View Full Code Here

TOP

Related Classes of org.nuxeo.ecm.platform.computedgroups.ComputedGroupsService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.