| Package | Description |
|---|---|
| org.apache.jackrabbit.api.security.authorization |
Jackrabbit extensions for authorization.
|
| org.apache.jackrabbit.commons.jackrabbit.authorization | |
| org.apache.jackrabbit.core.security.authorization |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrincipalAccessControlList
Extension of the
JackrabbitAccessControlList that is bound to a Principal. |
| Modifier and Type | Method and Description |
|---|---|
static JackrabbitAccessControlList |
AccessControlUtils.getAccessControlList(AccessControlManager accessControlManager,
String absPath)
Utility that combines
AccessControlManager.getApplicablePolicies(String)
and AccessControlManager.getPolicies(String) to retrieve
a modifiable JackrabbitAccessControlList for the given path.Note that the policy must be reapplied
and the changes must be saved in order to make the AC modifications take
effect. |
static JackrabbitAccessControlList |
AccessControlUtils.getAccessControlList(Session session,
String absPath)
Utility that combines
AccessControlManager.getApplicablePolicies(String)
and AccessControlManager.getPolicies(String) to retrieve
a modifiable JackrabbitAccessControlList for the given path.Note that the policy must be reapplied
and the changes must be saved in order to make the AC modifications take
effect. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractACLTemplate
AbstractACLTemplate... |
class |
UnmodifiableAccessControlList
An implementation of the
AccessControlList interface that only
allows for reading. |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.