Uses of Interface
org.apache.jackrabbit.core.security.JackrabbitSecurityManager
- 
Packages that use JackrabbitSecurityManager Package Description 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.coreClasses in org.apache.jackrabbit.core that implement JackrabbitSecurityManager Modifier and Type Class Description classDefaultSecurityManagerThe security manager acts as central managing class for all security related operations on a low-level non-protected level.classUserPerWorkspaceSecurityManagerDerived security manager implementation that expects that users information is present in each workspace instead of having a single, dedicated "security-workspace" that provides user information.Methods in org.apache.jackrabbit.core that return JackrabbitSecurityManager Modifier and Type Method Description JackrabbitSecurityManagerRepositoryContext. getSecurityManager()Returns the security manager of this repository.
- 
Uses of JackrabbitSecurityManager in org.apache.jackrabbit.core.security.simpleClasses in org.apache.jackrabbit.core.security.simple that implement JackrabbitSecurityManager Modifier and Type Class Description classSimpleSecurityManagerSimpleSecurityManager: simple implementation ignoring both configuration entries for 'principalProvider' and for 'workspaceAccessManager'.
 
-