Uses of Interface
org.ldaptive.handler.LdapEntryHandler
Packages that use LdapEntryHandler
Package
Description
-
Uses of LdapEntryHandler in org.ldaptive
Fields in org.ldaptive declared as LdapEntryHandlerModifier and TypeFieldDescriptionprivate LdapEntryHandler[]
AbstractSearchOperationFactory.entryHandlers
Functions to handle entries.private LdapEntryHandler[]
SearchOperation.entryHandlers
Functions to handle response entries.Methods in org.ldaptive that return LdapEntryHandlerModifier and TypeMethodDescriptionAbstractSearchOperationFactory.getEntryHandlers()
Returns the search entry handlers.SearchOperation.getEntryHandlers()
Methods in org.ldaptive with parameters of type LdapEntryHandlerModifier and TypeMethodDescriptionSearchOperation.execute
(String filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute
(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute
(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute
(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute
(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute
(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.Builder.onEntry
(LdapEntryHandler... handlers) Sets the functions to execute when a search result entry is received.SearchOperationHandle.onEntry
(LdapEntryHandler... function) Sets the functions to execute when a search result entry is received.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.SearchOperation.send
(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.SearchOperation.send
(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.void
AbstractSearchOperationFactory.setEntryHandlers
(LdapEntryHandler... handlers) Sets the search entry handlers.void
SearchOperation.setEntryHandlers
(LdapEntryHandler... handlers) -
Uses of LdapEntryHandler in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as LdapEntryHandlerModifier and TypeFieldDescriptionprivate LdapEntryHandler[]
DirSyncClient.entryHandlers
Functions to handle response entries.Methods in org.ldaptive.ad.control.util that return LdapEntryHandlerMethods in org.ldaptive.ad.control.util with parameters of type LdapEntryHandlerModifier and TypeMethodDescriptionvoid
DirSyncClient.setEntryHandlers
(LdapEntryHandler... handlers) -
Uses of LdapEntryHandler in org.ldaptive.ad.handler
Classes in org.ldaptive.ad.handler that implement LdapEntryHandlerModifier and TypeClassDescriptionclass
Processes an objectGuid attribute by converting it from binary to it's string form.class
Processes an objectSid attribute by converting it from binary to it's string form. -
Uses of LdapEntryHandler in org.ldaptive.handler
Classes in org.ldaptive.handler that implement LdapEntryHandlerModifier and TypeClassDescriptionclass
Provides the ability to modify the case of search entry DNs, attribute names, and attribute values.class
Adds the entry DN as an attribute to the result set.class
Merges the values of one or more attributes into a single attribute. -
Uses of LdapEntryHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as LdapEntryHandlerModifier and TypeFieldDescriptionprivate LdapEntryHandler[]
DefaultSearchOperationHandle.onEntry
Functions to handle response entries.Methods in org.ldaptive.transport that return LdapEntryHandlerMethods in org.ldaptive.transport with parameters of type LdapEntryHandlerModifier and TypeMethodDescriptionDefaultSearchOperationHandle.onEntry
(LdapEntryHandler... function)