Uses of Interface
org.ldaptive.SearchOperationHandle
-
Packages that use SearchOperationHandle Package Description org.ldaptive org.ldaptive.ad.control.util org.ldaptive.control.util org.ldaptive.transport -
-
Uses of SearchOperationHandle in org.ldaptive
Methods in org.ldaptive that return SearchOperationHandle Modifier and Type Method Description protected SearchOperationHandleSearchOperation. configureHandle(SearchOperationHandle handle)Adds configured functions to the supplied handle.SearchOperationHandleSearchOperationHandle. onComplete(CompleteHandler function)SearchOperationHandleSearchOperationHandle. onControl(ResponseControlHandler... function)SearchOperationHandleSearchOperationHandle. onEntry(LdapEntryHandler... function)Sets the functions to execute when a search result entry is received.SearchOperationHandleSearchOperationHandle. onException(ExceptionHandler function)SearchOperationHandleSearchOperationHandle. onIntermediate(IntermediateResponseHandler... function)SearchOperationHandleSearchOperationHandle. onReference(SearchReferenceHandler... function)Sets the functions to execute when a search result reference is received.SearchOperationHandleSearchOperationHandle. onReferral(ReferralHandler... function)SearchOperationHandleSearchOperationHandle. onReferralResult(ReferralResultHandler<SearchResponse> function)SearchOperationHandleSearchOperationHandle. onResult(ResultHandler... function)SearchOperationHandleSearchOperationHandle. onSearchResult(SearchResultHandler... function)Sets the functions to execute when a search result is complete.SearchOperationHandleSearchOperationHandle. onUnsolicitedNotification(UnsolicitedNotificationHandler... function)SearchOperationHandleConnection. operation(SearchRequest request)Creates a handle for a search operation.SearchOperationHandleSearchOperation. send()Sends a search request.SearchOperationHandleSearchOperation. send(String filter)Sends a search request.SearchOperationHandleSearchOperation. send(String filter, String... returnAttributes)Sends a search request.SearchOperationHandleSearchOperation. send(String filter, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.static SearchOperationHandleSearchOperation. send(ConnectionFactory factory, SearchRequest req)Sends a search request.SearchOperationHandleSearchOperation. send(Filter filter)Sends a search request.SearchOperationHandleSearchOperation. send(Filter filter, String... returnAttributes)Sends a search request.SearchOperationHandleSearchOperation. send(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(FilterTemplate template)Sends a search request.SearchOperationHandleSearchOperation. send(FilterTemplate template, String... returnAttributes)Sends a search request.SearchOperationHandleSearchOperation. send(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(SearchRequest req)Sends the supplied search request.SearchOperationHandleSearchOperationHandle. send()SearchOperationHandleSearchOperationHandle. throwIf(ResultPredicate function)Methods in org.ldaptive with parameters of type SearchOperationHandle Modifier and Type Method Description protected SearchOperationHandleSearchOperation. 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 SearchOperationHandle Modifier and Type Field Description private SearchOperationHandleNotificationClient. handleSearch operation handle. -
Uses of SearchOperationHandle in org.ldaptive.control.util
Fields in org.ldaptive.control.util declared as SearchOperationHandle Modifier and Type Field Description private SearchOperationHandlePersistentSearchClient. handleSearch operation handle.private SearchOperationHandleSyncReplClient. handleSearch operation handle.Methods in org.ldaptive.control.util that return SearchOperationHandle Modifier and Type Method Description SearchOperationHandlePersistentSearchClient. send(SearchRequest request)Performs an async search operation with thePersistentSearchRequestControl.SearchOperationHandleSyncReplClient. send(SearchRequest request)SearchOperationHandleSyncReplClient. 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 SearchOperationHandle Modifier and Type Class Description classDefaultSearchOperationHandleHandle that notifies on the components of a search request.
-