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.searchResultHandlersFunctions to handle search response results.private SearchResultHandler[]SearchOperation.searchResultHandlersFunctions 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.voidAbstractSearchOperationFactory.setSearchResultHandlers(SearchResultHandler... handlers) Sets the search result handlers.voidSearchOperation.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.searchResultHandlersFunctions to handle response results.Methods in org.ldaptive.ad.control.util that return SearchResultHandlerModifier and TypeMethodDescriptionDirSyncClient.getSearchResultHandlers()Returns the search result handlers.Methods in org.ldaptive.ad.control.util with parameters of type SearchResultHandlerModifier and TypeMethodDescriptionvoidDirSyncClient.setSearchResultHandlers(SearchResultHandler... handlers) Sets the search result handlers. -
Uses of SearchResultHandler in org.ldaptive.ad.handler
Classes in org.ldaptive.ad.handler that implement SearchResultHandlerModifier and TypeClassDescriptionclassConstructs the primary group SID and then searches for that group and puts its DN in the 'memberOf' attribute of the original search entry.classRewrites 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 TypeClassDescriptionclassFreezes a search response so that it can no longer be modified.classMerges the values of the attributes in all entries into a single entry.classThis recursively searches based on a supplied attribute and merges those results into the original entry.classSorts 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 TypeClassDescriptionclassProvides handling of an ldap referral for search operations.classProvides handling of an ldap continuation reference for search operations.Methods in org.ldaptive.referral that return SearchResultHandlerModifier and TypeMethodDescriptionprotected abstract SearchResultHandler[]AbstractFollowSearchReferralHandler.createNextSearchResultHandler()Creates the next search result handler for chasing referrals, which increments the referral depth.protected SearchResultHandler[]FollowSearchReferralHandler.createNextSearchResultHandler()protected SearchResultHandler[]FollowSearchResultReferenceHandler.createNextSearchResultHandler() -
Uses of SearchResultHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as SearchResultHandlerModifier and TypeFieldDescriptionprivate SearchResultHandler[]DefaultSearchOperationHandle.onSearchResultFunctions to handle complete response.Methods in org.ldaptive.transport that return SearchResultHandlerModifier and TypeMethodDescriptionDefaultSearchOperationHandle.getOnSearchResult()Returns the search result handlers.Methods in org.ldaptive.transport with parameters of type SearchResultHandlerModifier and TypeMethodDescriptionDefaultSearchOperationHandle.onSearchResult(SearchResultHandler... function)