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


public interface WebdavAccessControlEntryHandler

Callback interface used to indicate access control entries held on a particular resource. The interface is used by the (WebdavAccessControlEntryHandler, Object) method to enumerate the current access control entries of a resource.

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

Method Summary
 void activeAccessControlEntry(WebdavAccessControlEntry aEntry)
          Called to indicate an active access control entry
 

Method Detail

activeAccessControlEntry

void activeAccessControlEntry(WebdavAccessControlEntry aEntry)
                              throws org.xml.sax.SAXException,
                                     java.io.IOException
Called to indicate an active access control entry

Parameters:
aEntry - the access control entry, not null
Throws:
org.xml.sax.SAXException
java.io.IOException