| Package | Description |
|---|---|
| org.apache.jackrabbit.api.security |
Jackrabbit extensions for access control.
|
| org.apache.jackrabbit.api.security.authorization |
Jackrabbit extensions for authorization.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JackrabbitAccessControlList
JackrabbitAccessControlList is an extension of the AccessControlList. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull JackrabbitAccessControlPolicy[] |
JackrabbitAccessControlManager.getApplicablePolicies(@NotNull Principal principal)
Returns the applicable policies for the specified
principal
or an empty array if no additional policies can be applied. |
@NotNull JackrabbitAccessControlPolicy[] |
JackrabbitAccessControlManager.getPolicies(@NotNull Principal principal)
Returns the
AccessControlPolicy objects that have been set
for the given principal or an empty array if no policy has
been set. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrincipalAccessControlList
Extension of the
JackrabbitAccessControlList that is bound to a Principal. |
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.