Uses of Interface
org.ldaptive.handler.SearchResultHandler
-
Packages that use SearchResultHandler Package Description org.ldaptive org.ldaptive.ad.control.util org.ldaptive.ad.handler org.ldaptive.handler org.ldaptive.referral org.ldaptive.transport -
-
Uses of SearchResultHandler in org.ldaptive
Fields in org.ldaptive declared as SearchResultHandler Modifier and Type Field Description private SearchResultHandler[]AbstractSearchOperationFactory. searchResultHandlersFunctions to handle search response results.private SearchResultHandler[]SearchOperation. searchResultHandlersFunctions to handle response results.Methods in org.ldaptive that return SearchResultHandler Modifier and Type Method Description SearchResultHandler[]AbstractSearchOperationFactory. getSearchResultHandlers()Returns the search result handlers.SearchResultHandler[]SearchOperation. getSearchResultHandlers()Methods in org.ldaptive with parameters of type SearchResultHandler Modifier and Type Method Description SearchOperation.BuilderSearchOperation.Builder. onSearchResult(SearchResultHandler... handlers)Sets the functions to execute when a search result is complete.SearchOperationHandleSearchOperationHandle. 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 SearchResultHandler Modifier and Type Field Description private SearchResultHandler[]DirSyncClient. searchResultHandlersFunctions to handle response results.Methods in org.ldaptive.ad.control.util that return SearchResultHandler Modifier and Type Method Description SearchResultHandler[]DirSyncClient. getSearchResultHandlers()Methods in org.ldaptive.ad.control.util with parameters of type SearchResultHandler Modifier and Type Method Description voidDirSyncClient. setSearchResultHandlers(SearchResultHandler... handlers) -
Uses of SearchResultHandler in org.ldaptive.ad.handler
Classes in org.ldaptive.ad.handler that implement SearchResultHandler Modifier and Type Class Description classPrimaryGroupIdHandlerConstructs the primary group SID and then searches for that group and puts its DN in the 'memberOf' attribute of the original search entry.classRangeEntryHandlerRewrites 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 SearchResultHandler Modifier and Type Class Description classFreezeResultHandlerFreezes a search response so that it can no longer be modified.classMergeResultHandlerMerges the values of the attributes in all entries into a single entry.classRecursiveResultHandlerThis recursively searches based on a supplied attribute and merges those results into the original entry.classSortResultHandlerSorts 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 SearchResultHandler Modifier and Type Class Description classFollowSearchReferralHandlerProvides handling of an ldap referral for search operations.classFollowSearchResultReferenceHandlerProvides handling of an ldap continuation reference for search operations.Methods in org.ldaptive.referral that return SearchResultHandler Modifier and Type Method Description protected 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 SearchResultHandler Modifier and Type Field Description private SearchResultHandler[]DefaultSearchOperationHandle. onSearchResultFunctions to handle complete response.Methods in org.ldaptive.transport that return SearchResultHandler Modifier and Type Method Description SearchResultHandler[]DefaultSearchOperationHandle. getOnSearchResult()Methods in org.ldaptive.transport with parameters of type SearchResultHandler Modifier and Type Method Description DefaultSearchOperationHandleDefaultSearchOperationHandle. onSearchResult(SearchResultHandler... function)
-