Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.api.security.ACE

Packages that use ACE
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.api.ws   
 

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

Methods in org.nuxeo.ecm.core.api.security that return ACE
 ACE[] ACL.getACEs()
          Gets the ACEs defined by this list as an array.
 

Methods in org.nuxeo.ecm.core.api.security with parameters of type ACE
 void ACL.setACEs(ACE[] aces)
          Sets the ACEs defined by this ACL.
 

Uses of ACE in org.nuxeo.ecm.core.api.security.impl
 

Methods in org.nuxeo.ecm.core.api.security.impl that return ACE
 ACE[] ACLImpl.getACEs()
           
 

Methods in org.nuxeo.ecm.core.api.security.impl with parameters of type ACE
 void ACPImpl.addAccessRule(java.lang.String aclName, ACE ace)
           
static Access ACPImpl.getAccess(ACE ace, java.lang.String[] principals, java.lang.String[] permissions)
           
 void ACLImpl.setACEs(ACE[] aces)
           
 

Uses of ACE in org.nuxeo.ecm.platform.api.ws
 

Methods in org.nuxeo.ecm.platform.api.ws with parameters of type ACE
static WsACE[] WsACE.wrap(ACE[] aces)
           
 

Constructors in org.nuxeo.ecm.platform.api.ws with parameters of type ACE
WsACE(ACE ace)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.