Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ACP
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
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.core.event.impl Event Service implementation. 
org.nuxeo.ecm.core.security   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.platform.jbpm.core.helper   
org.nuxeo.ecm.platform.usermanager   
org.nuxeo.ecm.webapp.security   
 

Uses of ACP in org.nuxeo.ecm.core.api
 

Fields in org.nuxeo.ecm.core.api declared as ACP
 ACP DocumentModel.DocumentModelRefresh.acp
           
 

Methods in org.nuxeo.ecm.core.api that return ACP
 ACP DocumentModel.getACP()
          Gets the access control policy (ACP) for this document.
 ACP CoreSession.getACP(DocumentRef docRef)
          Gets the document access control policy.
 ACP AbstractSession.getACP(DocumentRef docRef)
           
 

Methods in org.nuxeo.ecm.core.api with parameters of type ACP
 void DocumentModel.setACP(ACP acp, boolean overwrite)
          Sets the ACP for this document model.
 void CoreSession.setACP(DocumentRef docRef, ACP acp, boolean overwrite)
          Sets the ACP for this document.
 void AbstractSession.setACP(DocumentRef docRef, ACP newAcp, boolean overwrite)
           
 

Uses of ACP in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl that return ACP
 ACP SimpleDocumentModel.getACP()
           
 ACP DocumentModelImpl.getACP()
           
 

Methods in org.nuxeo.ecm.core.api.impl with parameters of type ACP
 void SimpleDocumentModel.setACP(ACP acp, boolean overwrite)
           
 void DocumentModelImpl.setACP(ACP acp, boolean overwrite)
           
 

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

Methods in org.nuxeo.ecm.core.api.security that return ACP
 ACP SecuritySummaryEntry.getAcp()
           
 

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

Classes in org.nuxeo.ecm.core.api.security.impl that implement ACP
 class ACPImpl
          The ACP implementation uses a cache used when calling getAccess().
 

Methods in org.nuxeo.ecm.core.api.security.impl that return ACP
 ACP SecuritySummaryEntryImpl.getAcp()
           
 

Constructors in org.nuxeo.ecm.core.api.security.impl with parameters of type ACP
SecuritySummaryEntryImpl(IdRef idRef, PathRef docPath, ACP acp)
           
 

Uses of ACP in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl that return ACP
 ACP ShallowDocumentModel.getACP()
           
 

Methods in org.nuxeo.ecm.core.event.impl with parameters of type ACP
 void ShallowDocumentModel.setACP(ACP acp, boolean overwrite)
           
 

Uses of ACP in org.nuxeo.ecm.core.security
 

Methods in org.nuxeo.ecm.core.security that return ACP
 ACP SecurityManager.getACP(Document doc)
           
 ACP SecurityManager.getMergedACP(Document doc)
           
 

Methods in org.nuxeo.ecm.core.security with parameters of type ACP
 Access SecurityPolicyServiceImpl.checkPermission(Document doc, ACP mergedAcp, Principal principal, String permission, String[] resolvedPermissions, String[] additionalPrincipals)
           
 Access SecurityPolicyService.checkPermission(Document doc, ACP mergedAcp, Principal principal, String permission, String[] resolvedPermissions, String[] principalsToCheck)
          Checks given permission for doc and principal.
 Access SecurityPolicy.checkPermission(Document doc, ACP mergedAcp, Principal principal, String permission, String[] resolvedPermissions, String[] additionalPrincipals)
          Checks given permission for doc and principal.
 Access LockSecurityPolicy.checkPermission(Document doc, ACP mergedAcp, Principal principal, String permission, String[] resolvedPermissions, String[] additionalPrincipals)
           
 Access CheckInSecurityPolicy.checkPermission(Document doc, ACP mergedAcp, Principal principal, String permission, String[] resolvedPermissions, String[] additionalPrincipals)
           
 void SecurityManager.setACP(Document doc, ACP acp, boolean overwrite)
           
 

Uses of ACP in org.nuxeo.ecm.core.storage.sql.coremodel
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return ACP
 ACP SQLSecurityManager.getACP(Document doc)
           
 ACP SQLSecurityManager.getMergedACP(Document doc)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type ACP
 void SQLSecurityManager.setACP(Document doc, ACP acp, boolean overwrite)
           
 

Uses of ACP in org.nuxeo.ecm.platform.jbpm.core.helper
 

Constructors in org.nuxeo.ecm.platform.jbpm.core.helper with parameters of type ACP
AddRightUnrestricted(CoreSession session, DocumentRef docRef, ACP acp)
           
 

Uses of ACP in org.nuxeo.ecm.platform.usermanager
 

Methods in org.nuxeo.ecm.platform.usermanager with parameters of type ACP
 String[] UserManagerImpl.getUsersForPermission(String perm, ACP acp)
           
 String[] FakeUserManagerImpl.getUsersForPermission(String perm, ACP acp)
           
 String[] UserManager.getUsersForPermission(String perm, ACP acp)
          For an ACP, get the list of user that has a permission.
 String[] UserManagerImpl.getUsersForPermission(String perm, ACP acp, DocumentModel context)
           
 String[] MultiTenantUserManager.getUsersForPermission(String perm, ACP acp, DocumentModel context)
          For an ACP, get the list of user that has a permission into the given context.
 

Uses of ACP in org.nuxeo.ecm.webapp.security
 

Methods in org.nuxeo.ecm.webapp.security with parameters of type ACP
static void SecurityDataConverter.convertToSecurityData(ACP acp, SecurityData securityData)
          Feeds security data object with user entries.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.