| Package | Description |
|---|---|
| org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
| org.apache.jackrabbit.core.security | |
| org.apache.jackrabbit.core.security.simple | |
| org.apache.jackrabbit.core.session |
| Modifier and Type | Method and Description |
|---|---|
protected AccessManager |
SessionImpl.createAccessManager(Subject subject)
Create the access manager.
|
AccessManager |
SessionImpl.getAccessManager()
Returns the
AccessManager associated with this session. |
AccessManager |
DefaultSecurityManager.getAccessManager(Session session,
AMContext amContext) |
| Modifier and Type | Method and Description |
|---|---|
NodeId |
BatchedItemOperations.copy(Path srcPath,
ItemStateManager srcStateMgr,
HierarchyManager srcHierMgr,
AccessManager srcAccessMgr,
Path destPath,
int flag)
Copies the tree at
srcPath retrieved using the specified
srcStateMgr to the new location at destPath. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAccessManager
The
DefaultAccessManager controls access by evaluating access
control policies for the Subject attached to the
Session this manager has been built for. |
| Modifier and Type | Method and Description |
|---|---|
AccessManager |
JackrabbitSecurityManager.getAccessManager(Session session,
AMContext amContext)
Retrieve the
AccessManager for the given session. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAccessManager
SimpleAccessManager ... |
| Modifier and Type | Method and Description |
|---|---|
AccessManager |
SimpleSecurityManager.getAccessManager(Session session,
AMContext amContext) |
| Modifier and Type | Method and Description |
|---|---|
AccessManager |
SessionContext.getAccessManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionContext.setAccessManager(AccessManager accessManager) |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.