Uses of Interface
org.ldaptive.handler.LdapEntryHandler
-
Packages that use LdapEntryHandler Package Description org.ldaptive org.ldaptive.ad.control.util org.ldaptive.ad.handler org.ldaptive.handler org.ldaptive.transport -
-
Uses of LdapEntryHandler in org.ldaptive
Fields in org.ldaptive declared as LdapEntryHandler Modifier and Type Field Description private LdapEntryHandler[]AbstractSearchOperationFactory. entryHandlersFunctions to handle entries.private LdapEntryHandler[]SearchOperation. entryHandlersFunctions to handle response entries.Methods in org.ldaptive that return LdapEntryHandler Modifier and Type Method Description LdapEntryHandler[]AbstractSearchOperationFactory. getEntryHandlers()Returns the search entry handlers.LdapEntryHandler[]SearchOperation. getEntryHandlers()Methods in org.ldaptive with parameters of type LdapEntryHandler Modifier and Type Method Description SearchResponseSearchOperation. execute(String filter, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchOperation.BuilderSearchOperation.Builder. onEntry(LdapEntryHandler... handlers)Sets the functions to execute when a search result entry is received.SearchOperationHandleSearchOperationHandle. onEntry(LdapEntryHandler... function)Sets the functions to execute when a search result entry is received.SearchOperationHandleSearchOperation. send(String filter, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. 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 LdapEntryHandler Modifier and Type Field Description private LdapEntryHandler[]DirSyncClient. entryHandlersFunctions to handle response entries.Methods in org.ldaptive.ad.control.util that return LdapEntryHandler Modifier and Type Method Description LdapEntryHandler[]DirSyncClient. getEntryHandlers()Methods in org.ldaptive.ad.control.util with parameters of type LdapEntryHandler Modifier and Type Method Description voidDirSyncClient. setEntryHandlers(LdapEntryHandler... handlers) -
Uses of LdapEntryHandler in org.ldaptive.ad.handler
Classes in org.ldaptive.ad.handler that implement LdapEntryHandler Modifier and Type Class Description classObjectGuidHandlerProcesses an objectGuid attribute by converting it from binary to its string form.classObjectSidHandlerProcesses 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 LdapEntryHandler Modifier and Type Class Description classCaseChangeEntryHandlerProvides the ability to modify the case of search entry DNs, attribute names, and attribute values.classDnAttributeEntryHandlerAdds the entry DN as an attribute to the result set.classMergeAttributeEntryHandlerMerges 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 LdapEntryHandler Modifier and Type Field Description private LdapEntryHandler[]DefaultSearchOperationHandle. onEntryFunctions to handle response entries.Methods in org.ldaptive.transport that return LdapEntryHandler Modifier and Type Method Description LdapEntryHandler[]DefaultSearchOperationHandle. getOnEntry()Methods in org.ldaptive.transport with parameters of type LdapEntryHandler Modifier and Type Method Description DefaultSearchOperationHandleDefaultSearchOperationHandle. onEntry(LdapEntryHandler... function)
-