Uses of Interface
org.ldaptive.handler.SearchResultHandler
Packages that use SearchResultHandler
Package
Description
-
Uses of SearchResultHandler in org.ldaptive
Fields in org.ldaptive declared as SearchResultHandlerModifier and TypeFieldDescriptionprivate SearchResultHandler[]
AbstractSearchOperationFactory.searchResultHandlers
Functions to handle search response results.private SearchResultHandler[]
SearchOperation.searchResultHandlers
Functions to handle response results.Methods in org.ldaptive that return SearchResultHandlerModifier and TypeMethodDescriptionAbstractSearchOperationFactory.getSearchResultHandlers()
Returns the search result handlers.SearchOperation.getSearchResultHandlers()
Methods in org.ldaptive with parameters of type SearchResultHandlerModifier and TypeMethodDescriptionSearchOperation.Builder.onSearchResult
(SearchResultHandler... handlers) Sets the functions to execute when a search result is complete.SearchOperationHandle.onSearchResult
(SearchResultHandler... function) Sets the functions to execute when a search result is complete.void
AbstractSearchOperationFactory.setSearchResultHandlers
(SearchResultHandler... handlers) Sets the search result handlers.void
SearchOperation.setSearchResultHandlers
(SearchResultHandler... handlers) -
Uses of SearchResultHandler in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as SearchResultHandlerModifier and TypeFieldDescriptionprivate SearchResultHandler[]
DirSyncClient.searchResultHandlers
Functions to handle response results.Methods in org.ldaptive.ad.control.util that return SearchResultHandlerMethods in org.ldaptive.ad.control.util with parameters of type SearchResultHandlerModifier and TypeMethodDescriptionvoid
DirSyncClient.setSearchResultHandlers
(SearchResultHandler... handlers) -
Uses of SearchResultHandler in org.ldaptive.ad.handler
Classes in org.ldaptive.ad.handler that implement SearchResultHandlerModifier and TypeClassDescriptionclass
Constructs the primary group SID and then searches for that group and puts it's DN in the 'memberOf' attribute of the original search entry.class
Rewrites attributes returned from Active Directory to include all values by performing additional searches. -
Uses of SearchResultHandler in org.ldaptive.handler
Classes in org.ldaptive.handler that implement SearchResultHandlerModifier and TypeClassDescriptionclass
Merges the values of the attributes in all entries into a single entry.class
This recursively searches based on a supplied attribute and merges those results into the original entry.class
Sorts the entries, attributes, and attribute values contained in a search response. -
Uses of SearchResultHandler in org.ldaptive.referral
Classes in org.ldaptive.referral that implement SearchResultHandlerModifier and TypeClassDescriptionclass
Provides handling of an ldap referral for search operations.class
Provides handling of an ldap continuation reference for search operations. -
Uses of SearchResultHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as SearchResultHandlerModifier and TypeFieldDescriptionprivate SearchResultHandler[]
DefaultSearchOperationHandle.onSearchResult
Functions to handle complete response.Methods in org.ldaptive.transport that return SearchResultHandlerMethods in org.ldaptive.transport with parameters of type SearchResultHandlerModifier and TypeMethodDescriptionDefaultSearchOperationHandle.onSearchResult
(SearchResultHandler... function)