org.apache.jackrabbit.api.security
Interface JackrabbitAccessControlPolicy
- All Superinterfaces:
- AccessControlPolicy
- All Known Subinterfaces:
- JackrabbitAccessControlList
public interface JackrabbitAccessControlPolicy
- extends AccessControlPolicy
JackrabbitAccessControlPolicy is an extension of the
AccessControlPolicy that exposes the path of the Node to
which it can be applied using AccessControlManager.setPolicy(String, javax.jcr.security.AccessControlPolicy).
|
Method Summary |
java.lang.String |
getPath()
Returns the path of the node this policy has been created for. |
getPath
java.lang.String getPath()
- Returns the path of the node this policy has been created for.
- Returns:
- the path of the node this policy has been created for.
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.