Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.security.SecurityManager

Packages that use SecurityManager
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.repository   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.ra   
 

Uses of SecurityManager in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model that return SecurityManager
 SecurityManager Repository.getNuxeoSecurityManager()
           
 SecurityManager Session.getSecurityManager()
          Gets the security manager used by the repository.
 

Uses of SecurityManager in org.nuxeo.ecm.core.repository
 

Methods in org.nuxeo.ecm.core.repository that return SecurityManager
 SecurityManager RepositoryDescriptor.getSecurityManager()
           
 

Methods in org.nuxeo.ecm.core.repository that return types with arguments of type SecurityManager
 Class<SecurityManager> RepositoryDescriptor.getSecurityManagerClass()
           
 

Method parameters in org.nuxeo.ecm.core.repository with type arguments of type SecurityManager
 void RepositoryDescriptor.setSecurityManagerClass(Class<SecurityManager> securityManager)
           
 

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

Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement SecurityManager
 class SQLSecurityManager
           
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return SecurityManager
 SecurityManager SQLRepository.getNuxeoSecurityManager()
           
 SecurityManager SQLSession.getSecurityManager()
           
 

Uses of SecurityManager in org.nuxeo.ecm.core.storage.sql.ra
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that return SecurityManager
 SecurityManager ConnectionFactoryImpl.getNuxeoSecurityManager()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.