Uses of Interface
org.apache.jackrabbit.core.security.JackrabbitSecurityManager

Packages that use JackrabbitSecurityManager
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.security.simple   
 

Uses of JackrabbitSecurityManager in org.apache.jackrabbit.core
 

Classes in org.apache.jackrabbit.core that implement JackrabbitSecurityManager
 class DefaultSecurityManager
          The security manager acts as central managing class for all security related operations on a low-level non-protected level.
 

Methods in org.apache.jackrabbit.core that return JackrabbitSecurityManager
protected  JackrabbitSecurityManager RepositoryImpl.getSecurityManager()
          Returns the SecurityManager of this Repository
 

Uses of JackrabbitSecurityManager in org.apache.jackrabbit.core.security.simple
 

Classes in org.apache.jackrabbit.core.security.simple that implement JackrabbitSecurityManager
 class SimpleSecurityManager
          SimpleSecurityManager: simple implementation ignoring both configuration entries for 'principalProvider' and for 'workspaceAccessManager'.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.