Nuxeo Enterprise Platform 5.4

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.ejb   
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.query.test Base JUnit test cases that test NXQL queries. 
org.nuxeo.ecm.core.search.api.backend.indexing.resources Nuxeo Core search engine backend API related to indexable resources. 
org.nuxeo.ecm.core.search.api.backend.indexing.resources.impl Nuxeo Core search engine backend API implementation. 
org.nuxeo.ecm.core.search.api.client.indexing.resources Base indexable resources API. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.document Document indexable resources. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl Document indexable resources implementation. 
org.nuxeo.ecm.core.search.api.client.indexing.security Nuxeo Core search engine client indexing API for security matters  
org.nuxeo.ecm.core.search.backend.testing   
org.nuxeo.ecm.core.security   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.platform.audit.search.resources.indexing   
org.nuxeo.ecm.platform.jbpm.core.helper   
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 AbstractSession.getACP(DocumentRef docRef)
           
 ACP CoreSession.getACP(DocumentRef docRef)
          Gets the document access control policy.
 

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 AbstractSession.setACP(DocumentRef docRef, ACP newAcp, boolean overwrite)
           
 void CoreSession.setACP(DocumentRef docRef, ACP acp, boolean overwrite)
          Sets the ACP for this document.
 

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

Methods in org.nuxeo.ecm.core.api.ejb with parameters of type ACP
 void DocumentManagerBean.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.query.test
 

Methods in org.nuxeo.ecm.core.query.test with parameters of type ACP
 Access NoFileSecurityPolicy.checkPermission(Document doc, ACP mergedAcp, java.security.Principal principal, java.lang.String permission, java.lang.String[] resolvedPermissions, java.lang.String[] additionalPrincipals)
           
 

Uses of ACP in org.nuxeo.ecm.core.search.api.backend.indexing.resources
 

Methods in org.nuxeo.ecm.core.search.api.backend.indexing.resources that return ACP
 ACP ResolvedResources.getACP()
          Returns the ACP to apply on the whole resources.
 

Uses of ACP in org.nuxeo.ecm.core.search.api.backend.indexing.resources.impl
 

Methods in org.nuxeo.ecm.core.search.api.backend.indexing.resources.impl that return ACP
 ACP ResolvedResourcesImpl.getACP()
           
 

Constructors in org.nuxeo.ecm.core.search.api.backend.indexing.resources.impl with parameters of type ACP
ResolvedResourcesImpl(java.lang.String id, java.util.List<ResolvedResource> resolvedResources, java.util.List<ResolvedData> commonData, ACP acp)
           
 

Uses of ACP in org.nuxeo.ecm.core.search.api.client.indexing.resources
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources that return ACP
 ACP IndexableResource.computeAcp()
          Computes an ACP for the given resource.
 ACP AbstractIndexableResource.computeAcp()
           
 

Uses of ACP in org.nuxeo.ecm.core.search.api.client.indexing.resources.document
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document that return ACP
 ACP DocumentIndexableResource.getDocMergedACP()
          Returns the merged ACP for the bound document.
 

Uses of ACP in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl that return ACP
 ACP DocumentIndexableResourceImpl.getDocMergedACP()
           
 

Uses of ACP in org.nuxeo.ecm.core.search.api.client.indexing.security
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.security that return ACP
static ACP IndexingSecurityConstants.getOpenAcp()
           
 

Uses of ACP in org.nuxeo.ecm.core.search.backend.testing
 

Methods in org.nuxeo.ecm.core.search.backend.testing that return ACP
 ACP FakeIndexableResource.computeAcp()
           
static ACP SharedTestDataBuilder.makeAboutLifeACP()
           
static ACP SharedTestDataBuilder.makeWarPeaceACP()
           
 

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, java.security.Principal principal, java.lang.String permission, java.lang.String[] resolvedPermissions, java.lang.String[] additionalPrincipals)
           
 Access SecurityPolicyService.checkPermission(Document doc, ACP mergedAcp, java.security.Principal principal, java.lang.String permission, java.lang.String[] resolvedPermissions, java.lang.String[] principalsToCheck)
          Checks given permission for doc and principal.
 Access SecurityPolicy.checkPermission(Document doc, ACP mergedAcp, java.security.Principal principal, java.lang.String permission, java.lang.String[] resolvedPermissions, java.lang.String[] additionalPrincipals)
          Checks given permission for doc and principal.
 Access LockSecurityPolicy.checkPermission(Document doc, ACP mergedAcp, java.security.Principal principal, java.lang.String permission, java.lang.String[] resolvedPermissions, java.lang.String[] additionalPrincipals)
           
 Access CheckInSecurityPolicy.checkPermission(Document doc, ACP mergedAcp, java.security.Principal principal, java.lang.String permission, java.lang.String[] resolvedPermissions, java.lang.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.audit.search.resources.indexing
 

Methods in org.nuxeo.ecm.platform.audit.search.resources.indexing that return ACP
 ACP AuditIndexableResourceImpl.computeAcp()
           
 

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.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.