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.entryHandlersFunctions to handle entries.private LdapEntryHandler[]SearchOperation.entryHandlersFunctions 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.voidAbstractSearchOperationFactory.setEntryHandlers(LdapEntryHandler... handlers) Sets the search entry handlers.voidSearchOperation.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.entryHandlersFunctions 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 TypeMethodDescriptionvoidDirSyncClient.setEntryHandlers(LdapEntryHandler... handlers) Sets the entry handlers. -
Uses of LdapEntryHandler in org.ldaptive.ad.handler
Classes in org.ldaptive.ad.handler that implement LdapEntryHandlerModifier and TypeClassDescriptionclassProcesses an objectGuid attribute by converting it from binary to its string form.classProcesses an objectSid attribute by converting it from binary to its string form. -
Uses of LdapEntryHandler in org.ldaptive.handler
Classes in org.ldaptive.handler that implement LdapEntryHandlerModifier and TypeClassDescriptionclassProvides the ability to modify the case of search entry DNs, attribute names, and attribute values.classAdds the entry DN as an attribute to the result set.classMerges 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.onEntryFunctions to handle response entries.Methods in org.ldaptive.transport that return LdapEntryHandlerModifier and TypeMethodDescriptionDefaultSearchOperationHandle.getOnEntry()Returns the ldap entry handlers.Methods in org.ldaptive.transport with parameters of type LdapEntryHandlerModifier and TypeMethodDescriptionDefaultSearchOperationHandle.onEntry(LdapEntryHandler... function)