Package edu.vt.middleware.ldap.handler
Interface ExtendedAttributeHandler
-
- All Superinterfaces:
AttributeHandler
,ResultHandler<javax.naming.directory.Attribute,javax.naming.directory.Attribute>
- All Known Implementing Classes:
RecursiveAttributeHandler
public interface ExtendedAttributeHandler extends AttributeHandler
Provides an interface for attribute handlers that require the use of theLdap
object that was used to perform the original search.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ldap
getSearchResultLdap()
Gets theLdap
used by the search operation invoking this handler.void
setSearchResultLdap(Ldap l)
Sets theLdap
used by the search operation invoking this handler.-
Methods inherited from interface edu.vt.middleware.ldap.handler.ResultHandler
process, process, process
-
-