Uses of Interface
org.nuxeo.ecm.core.api.security.ACL
Packages that use 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
Methods in org.nuxeo.ecm.core.api.security that return ACLModifier and TypeMethodDescriptionACL[]
ACP.getACLs()
ACP.getMergedACLs
(String name) ACP.getOrCreateACL()
ACP.getOrCreateACL
(String name) Methods in org.nuxeo.ecm.core.api.security with parameters of type ACL -
Uses of ACL in org.nuxeo.ecm.core.api.security.impl
Classes in org.nuxeo.ecm.core.api.security.impl that implement ACLMethods in org.nuxeo.ecm.core.api.security.impl that return ACLModifier and TypeMethodDescriptionACL[]
ACPImpl.getACLs()
ACPImpl.getMergedACLs
(String name) ACPImpl.getOrCreateACL()
ACPImpl.getOrCreateACL
(String name) static ACL
Methods in org.nuxeo.ecm.core.api.security.impl with parameters of type ACL -
Uses of ACL in org.nuxeo.ecm.permissions
Methods in org.nuxeo.ecm.permissions with parameters of type ACLModifier 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
Methods in org.nuxeo.ecm.platform.publisher.task with parameters of type ACLModifier and TypeMethodDescriptionprotected void
CoreProxyWithWorkflowFactory.restrictPermission
(DocumentModel newProxy, NuxeoPrincipal principal, CoreSession coreSession, ACL acl) Constructors in org.nuxeo.ecm.platform.publisher.task with parameters of type ACLModifierConstructorDescriptionChangePermissionUnrestricted
(CoreSession session, DocumentModel document, String[] validators, NuxeoPrincipal principal, String aclName, ACL acl)