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. entryHandlers
Functions to handle entries.private LdapEntryHandler[]
SearchOperation. entryHandlers
Functions 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 SearchResponse
SearchOperation. execute(String filter, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchResponse
SearchOperation. execute(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)
Executes a search request.SearchOperation.Builder
SearchOperation.Builder. onEntry(LdapEntryHandler... handlers)
Sets the functions to execute when a search result entry is received.SearchOperationHandle
SearchOperationHandle. onEntry(LdapEntryHandler... function)
Sets the functions to execute when a search result entry is received.SearchOperationHandle
SearchOperation. send(String filter, String[] returnAttributes, LdapEntryHandler... handlers)
Sends a search request.SearchOperationHandle
SearchOperation. send(String baseDN, String filter, String[] returnAttributes, LdapEntryHandler... handlers)
Sends a search request.SearchOperationHandle
SearchOperation. send(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)
Sends a search request.SearchOperationHandle
SearchOperation. send(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)
Sends a search request.SearchOperationHandle
SearchOperation. send(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers)
Sends a search request.SearchOperationHandle
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 LdapEntryHandler Modifier and Type Field Description private LdapEntryHandler[]
DirSyncClient. entryHandlers
Functions 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 void
DirSyncClient. 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 class
ObjectGuidHandler
Processes an objectGuid attribute by converting it from binary to its string form.class
ObjectSidHandler
Processes 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 class
CaseChangeEntryHandler
Provides the ability to modify the case of search entry DNs, attribute names, and attribute values.class
DnAttributeEntryHandler
Adds the entry DN as an attribute to the result set.class
MergeAttributeEntryHandler
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 LdapEntryHandler Modifier and Type Field Description private LdapEntryHandler[]
DefaultSearchOperationHandle. onEntry
Functions 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 DefaultSearchOperationHandle
DefaultSearchOperationHandle. onEntry(LdapEntryHandler... function)
-