Package | Description |
---|---|
org.apache.jackrabbit.api.security |
Jackrabbit extensions for access control.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JackrabbitAccessControlList
JackrabbitAccessControlList is an extension of the AccessControlList . |
Modifier and Type | Method and Description |
---|---|
JackrabbitAccessControlPolicy[] |
JackrabbitAccessControlManager.getApplicablePolicies(Principal principal)
Returns the applicable policies for the specified
principal
or an empty array if no additional policies can be applied. |
JackrabbitAccessControlPolicy[] |
JackrabbitAccessControlManager.getPolicies(Principal principal)
Returns the
AccessControlPolicy objects that have been set
for the given principal or an empty array if no policy has
been set. |
Copyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.