Uses of Interface
org.nuxeo.ecm.core.api.security.ACL
-
Packages that use ACL Package Description org.nuxeo.ecm.core.api.security The core interfaces for managing security (access rights) in Nuxeo Core.org.nuxeo.ecm.core.api.security.impl Implementation of the access control interfaces.org.nuxeo.ecm.permissions org.nuxeo.ecm.platform.publisher.task -
-
Uses of ACL in org.nuxeo.ecm.core.api.security
Methods in org.nuxeo.ecm.core.api.security that return ACL Modifier and Type Method Description ACLACP. getACL(String name)ACL[]ACP. getACLs()ACLACP. getMergedACLs(String name)ACLACP. getOrCreateACL()ACLACP. getOrCreateACL(String name)ACLACP. removeACL(String name)Methods in org.nuxeo.ecm.core.api.security with parameters of type ACL Modifier and Type Method Description voidACP. addACL(int pos, ACL acl)voidACP. addACL(String afterMe, ACL acl)Deprecated.since 7.4.voidACP. addACL(ACL acl) -
Uses of ACL in org.nuxeo.ecm.core.api.security.impl
Classes in org.nuxeo.ecm.core.api.security.impl that implement ACL Modifier and Type Class Description classACLImplAn ACL implementation.Methods in org.nuxeo.ecm.core.api.security.impl that return ACL Modifier and Type Method Description ACLACPImpl. getACL(String name)ACL[]ACPImpl. getACLs()ACLACPImpl. getMergedACLs(String name)ACLACPImpl. getOrCreateACL()ACLACPImpl. getOrCreateACL(String name)static ACLACPImpl. newACL(String name)ACLACPImpl. removeACL(String name)Methods in org.nuxeo.ecm.core.api.security.impl with parameters of type ACL Modifier and Type Method Description voidACPImpl. addACL(int pos, ACL acl)voidACPImpl. addACL(String afterMe, ACL acl)voidACPImpl. addACL(ACL acl)This method must append the ACL and not insert it since it is used to append the inherited ACL which is the less significant ACL. -
Uses of ACL in org.nuxeo.ecm.permissions
Methods in org.nuxeo.ecm.permissions with parameters of type ACL Modifier and Type Method Description protected voidACLJsonEnricher. 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 ACL Modifier and Type Method Description protected voidCoreProxyWithWorkflowFactory. restrictPermission(DocumentModel newProxy, NuxeoPrincipal principal, CoreSession coreSession, ACL acl)Constructors in org.nuxeo.ecm.platform.publisher.task with parameters of type ACL Constructor Description ChangePermissionUnrestricted(CoreSession session, DocumentModel document, String[] validators, NuxeoPrincipal principal, String aclName, ACL acl)
-