Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.api.security.ACL

Packages that use ACL
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.platform.defaultPermissions   
org.nuxeo.ecm.platform.publisher.jbpm   
 

Uses of ACL in org.nuxeo.ecm.core.api.security
 

Methods in org.nuxeo.ecm.core.api.security that return ACL
 ACL ACP.getACL(java.lang.String name)
           
 ACL[] ACP.getACLs()
           
 ACL ACP.getMergedACLs(java.lang.String name)
           
 ACL ACP.getOrCreateACL()
           
 ACL ACP.getOrCreateACL(java.lang.String name)
           
 ACL ACP.removeACL(java.lang.String name)
           
 

Methods in org.nuxeo.ecm.core.api.security with parameters of type ACL
 void ACP.addACL(ACL acl)
           
 void ACP.addACL(int pos, ACL acl)
           
 void ACP.addACL(java.lang.String afterMe, 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
 class ACLImpl
          An ACL implementation.
 

Methods in org.nuxeo.ecm.core.api.security.impl that return ACL
 ACL ACPImpl.getACL(java.lang.String name)
           
 ACL[] ACPImpl.getACLs()
           
 ACL ACPImpl.getMergedACLs(java.lang.String name)
           
 ACL ACPImpl.getOrCreateACL()
           
 ACL ACPImpl.getOrCreateACL(java.lang.String name)
           
static ACL ACPImpl.newACL(java.lang.String name)
           
 ACL ACPImpl.removeACL(java.lang.String name)
           
 

Methods in org.nuxeo.ecm.core.api.security.impl with parameters of type ACL
 void ACPImpl.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.
 void ACPImpl.addACL(int pos, ACL acl)
           
 void ACPImpl.addACL(java.lang.String afterMe, ACL acl)
           
 

Uses of ACL in org.nuxeo.ecm.platform.defaultPermissions
 

Methods in org.nuxeo.ecm.platform.defaultPermissions that return ACL
 ACL DefaultPermissionService.getPermissionsForType(java.lang.String docType)
           
 

Uses of ACL in org.nuxeo.ecm.platform.publisher.jbpm
 

Constructors in org.nuxeo.ecm.platform.publisher.jbpm with parameters of type ACL
ChangePermissionUnrestricted(CoreSession session, DocumentModel document, java.lang.String[] validators, NuxeoPrincipal principal, java.lang.String aclName, ACL acl)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.