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
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.Builder
SearchOperation.Builder. onSearchResult(SearchResultHandler... handlers)
Sets the functions to execute when a search result is complete.SearchOperationHandle
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
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 void
DirSyncClient. 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 class
PrimaryGroupIdHandler
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
RangeEntryHandler
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 SearchResultHandler Modifier and Type Class Description class
MergeResultHandler
Merges the values of the attributes in all entries into a single entry.class
RecursiveResultHandler
This recursively searches based on a supplied attribute and merges those results into the original entry.class
SortResultHandler
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 SearchResultHandler Modifier and Type Class Description class
FollowSearchReferralHandler
Provides handling of an ldap referral for search operations.class
FollowSearchResultReferenceHandler
Provides handling of an ldap continuation reference for search operations. -
Uses of SearchResultHandler in org.ldaptive.transport
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 DefaultSearchOperationHandle
DefaultSearchOperationHandle. onSearchResult(SearchResultHandler... function)
-