Uses of Interface
org.ldaptive.SearchOperationHandle
Packages that use SearchOperationHandle
Package
Description
-
Uses of SearchOperationHandle in org.ldaptive
Methods in org.ldaptive that return SearchOperationHandleModifier and TypeMethodDescriptionprotected SearchOperationHandle
SearchOperation.configureHandle
(SearchOperationHandle handle) Adds configured functions to the supplied handle.SearchOperationHandle.onComplete
(CompleteHandler function) SearchOperationHandle.onControl
(ResponseControlHandler... function) SearchOperationHandle.onEntry
(LdapEntryHandler... function) Sets the functions to execute when a search result entry is received.SearchOperationHandle.onException
(ExceptionHandler function) SearchOperationHandle.onIntermediate
(IntermediateResponseHandler... function) SearchOperationHandle.onReference
(SearchReferenceHandler... function) Sets the functions to execute when a search result reference is received.SearchOperationHandle.onReferral
(ReferralHandler... function) SearchOperationHandle.onResult
(ResultHandler... function) SearchOperationHandle.onSearchResult
(SearchResultHandler... function) Sets the functions to execute when a search result is complete.SearchOperationHandle.onUnsolicitedNotification
(UnsolicitedNotificationHandler... function) Connection.operation
(SearchRequest request) Creates a handle for a search operation.SearchOperation.send()
Sends a search request.Sends a search request.Sends a search request.SearchOperation.send
(String filter, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.SearchOperation.send
(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.SearchOperation.send
(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.SearchOperation.send
(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.static SearchOperationHandle
SearchOperation.send
(ConnectionFactory factory, SearchRequest req) Sends a search request.Sends a search request.Sends a search request.SearchOperation.send
(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.SearchOperation.send
(FilterTemplate template) Sends a search request.SearchOperation.send
(FilterTemplate template, String... returnAttributes) Sends a search request.SearchOperation.send
(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.SearchOperation.send
(SearchRequest req) Sends the supplied search request.SearchOperationHandle.send()
SearchOperationHandle.throwIf
(ResultPredicate function) Methods in org.ldaptive with parameters of type SearchOperationHandleModifier and TypeMethodDescriptionprotected SearchOperationHandle
SearchOperation.configureHandle
(SearchOperationHandle handle) Adds configured functions to the supplied handle. -
Uses of SearchOperationHandle in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as SearchOperationHandleModifier and TypeFieldDescriptionprivate SearchOperationHandle
NotificationClient.handle
Search operation handle. -
Uses of SearchOperationHandle in org.ldaptive.control.util
Fields in org.ldaptive.control.util declared as SearchOperationHandleModifier and TypeFieldDescriptionprivate SearchOperationHandle
PersistentSearchClient.handle
Search operation handle.private SearchOperationHandle
SyncReplClient.handle
Search operation handle.Methods in org.ldaptive.control.util that return SearchOperationHandleModifier and TypeMethodDescriptionPersistentSearchClient.send
(SearchRequest request) Performs an async search operation with thePersistentSearchRequestControl
.SyncReplClient.send
(SearchRequest request) SyncReplClient.send
(SearchRequest request, CookieManager manager) Performs an async search operation with theSyncRequestControl
. -
Uses of SearchOperationHandle in org.ldaptive.transport
Classes in org.ldaptive.transport that implement SearchOperationHandleModifier and TypeClassDescriptionclass
Handle that notifies on the components of a search request.