Package edu.vt.middleware.ldap.handler
Interface ExtendedSearchResultHandler
-
- All Superinterfaces:
ResultHandler<javax.naming.directory.SearchResult,javax.naming.directory.SearchResult>
,SearchResultHandler
- All Known Implementing Classes:
RecursiveSearchResultHandler
public interface ExtendedSearchResultHandler extends SearchResultHandler
Provides an interface for search result 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
-
Methods inherited from interface edu.vt.middleware.ldap.handler.SearchResultHandler
getAttributeHandler, setAttributeHandler
-
-