com.ibm.portal.resolver.webdav.tree
Interface WebdavAclRestrictionHandler


public interface WebdavAclRestrictionHandler

Callback interface used to indicate an acl-restriction. The interface is used by the (WebdavAclRestrictionHandler, Object) method to enumerate the acl-restrictions of the TreeModel.

Since:
7.0.0.1
Note:
This interface is designed to be implemented by clients.

Method Summary
 void handleAclRestriction(WebdavAccessControlTreeModel.AclRestriction aRestriction)
          Called to indicate an acl-restriction as defined in WebdavAccessControlTreeModel#AclRestriction
 

Method Detail

handleAclRestriction

void handleAclRestriction(WebdavAccessControlTreeModel.AclRestriction aRestriction)
                          throws org.xml.sax.SAXException,
                                 java.io.IOException
Called to indicate an acl-restriction as defined in WebdavAccessControlTreeModel#AclRestriction

Parameters:
aRestriction - the acl-restriction, not null
Throws:
java.io.IOException
org.xml.sax.SAXException