org.apache.jackrabbit.core.security.authorization
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, org.apache.jackrabbit.api.jsr283.security.AccessControlPolicy).


Method Summary
 String getPath()
          Returns the path of the node this policy has been created for.
 

Method Detail

getPath

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-2009 The Apache Software Foundation. All Rights Reserved.