Package | Description |
---|---|
org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
org.apache.jackrabbit.core.security.simple |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSecurityManager
The security manager acts as central managing class for all security related
operations on a low-level non-protected level.
|
class |
UserPerWorkspaceSecurityManager
Derived 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.
|
Modifier and Type | Method and Description |
---|---|
JackrabbitSecurityManager |
RepositoryContext.getSecurityManager()
Returns the security manager of this repository.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSecurityManager
SimpleSecurityManager : simple implementation ignoring both
configuration entries for 'principalProvider' and for 'workspaceAccessManager'. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.