Package edu.vt.middleware.ldap.handler
Interface SearchResultHandler
-
- All Superinterfaces:
ResultHandler<javax.naming.directory.SearchResult,javax.naming.directory.SearchResult>
- All Known Subinterfaces:
ExtendedSearchResultHandler
- All Known Implementing Classes:
BinarySearchResultHandler,CaseChangeSearchResultHandler,CopySearchResultHandler,EntryDnSearchResultHandler,FqdnSearchResultHandler,MergeSearchResultHandler,RecursiveSearchResultHandler
public interface SearchResultHandler extends ResultHandler<javax.naming.directory.SearchResult,javax.naming.directory.SearchResult>
SearchResultHandler provides post search processing of ldap search results.- Version:
- $Revision: 1330 $
- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeHandler[]getAttributeHandler()Gets the attribute handlers.voidsetAttributeHandler(AttributeHandler[] ah)Sets the attribute handlers.-
Methods inherited from interface edu.vt.middleware.ldap.handler.ResultHandler
process, process, process
-
-
-
-
Method Detail
-
getAttributeHandler
AttributeHandler[] getAttributeHandler()
Gets the attribute handlers.- Returns:
AttributeHandler[]
-
setAttributeHandler
void setAttributeHandler(AttributeHandler[] ah)
Sets the attribute handlers.- Parameters:
ah-AttributeHandler[]
-
-