edu.vt.middleware.ldap.handler
Interface ExtendedAttributeHandler

All Superinterfaces:
AttributeHandler, ResultHandler<Attribute,Attribute>
All Known Implementing Classes:
RecursiveAttributeHandler

public interface ExtendedAttributeHandler
extends AttributeHandler

Provides an interface for attribute handlers that require the use of the Ldap object that was used to perform the original search.

Version:
$Revision: 1330 $
Author:
Middleware Services

Method Summary
 Ldap getSearchResultLdap()
          Gets the Ldap used by the search operation invoking this handler.
 void setSearchResultLdap(Ldap l)
          Sets the Ldap used by the search operation invoking this handler.
 
Methods inherited from interface edu.vt.middleware.ldap.handler.ResultHandler
process, process, process
 

Method Detail

getSearchResultLdap

Ldap getSearchResultLdap()
Gets the Ldap used by the search operation invoking this handler.

Returns:
Ldap

setSearchResultLdap

void setSearchResultLdap(Ldap l)
Sets the Ldap used by the search operation invoking this handler.

Parameters:
l - Ldap


Copyright © 2003-2010 Virginia Tech. All Rights Reserved.