Uses of Interface
org.nuxeo.ecm.core.api.security.ACL
Package
Description
The core interfaces for managing security (access rights) in Nuxeo Core.
Implementation of the access control interfaces.
-
Uses of ACL in org.nuxeo.ecm.core.api.security
Modifier and TypeMethodDescriptionACL[]
ACP.getACLs()
ACP.getMergedACLs
(String name) ACP.getOrCreateACL()
ACP.getOrCreateACL
(String name) -
Uses of ACL in org.nuxeo.ecm.core.api.security.impl
Modifier and TypeMethodDescriptionACL[]
ACPImpl.getACLs()
ACPImpl.getMergedACLs
(String name) ACPImpl.getOrCreateACL()
ACPImpl.getOrCreateACL
(String name) static ACL
-
Uses of ACL in org.nuxeo.ecm.permissions
Modifier and TypeMethodDescriptionprotected void
ACLJsonEnricher.writeACEsField
(com.fasterxml.jackson.core.JsonGenerator jg, String fieldName, ACL acl, DocumentModel document) -
Uses of ACL in org.nuxeo.ecm.platform.publisher.task
Modifier and TypeMethodDescriptionprotected void
CoreProxyWithWorkflowFactory.restrictPermission
(DocumentModel newProxy, NuxeoPrincipal principal, CoreSession coreSession, ACL acl) ModifierConstructorDescriptionChangePermissionUnrestricted
(CoreSession session, DocumentModel document, String[] validators, NuxeoPrincipal principal, String aclName, ACL acl)