Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.ad.handler | |
org.ldaptive.auth | |
org.ldaptive.concurrent | |
org.ldaptive.handler |
Modifier and Type | Field and Description |
---|---|
private SearchEntryHandler[] |
SearchRequest.entryHandlers
Ldap entry handlers.
|
Modifier and Type | Method and Description |
---|---|
SearchEntryHandler[] |
SearchRequest.getSearchEntryHandlers()
Returns the search entry handlers.
|
Modifier and Type | Method and Description |
---|---|
Response<SearchResult> |
SearchExecutor.search(ConnectionFactory factory,
SearchFilter filter,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factory.
|
void |
SearchRequest.setSearchEntryHandlers(SearchEntryHandler... handlers)
Sets the search entry handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryAttributeHandler
Base class for entry handlers that convert a binary attribute to it's string form.
|
class |
ObjectGuidHandler
Processes an objectGuid attribute by converting it from binary to it's string form.
|
class |
ObjectSidHandler
Processes an objectSid attribute by converting it from binary to it's string form.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private SearchEntryHandler[] |
AbstractSearchEntryResolver.entryHandlers
Ldap entry handlers.
|
Modifier and Type | Method and Description |
---|---|
SearchEntryHandler[] |
AbstractSearchEntryResolver.getSearchEntryHandlers()
Returns the search entry handlers.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchEntryResolver.setSearchEntryHandlers(SearchEntryHandler... handlers)
Sets the search entry handlers.
|
Modifier and Type | Class and Description |
---|---|
protected class |
QueueingSearchExecutor.SearchEntryHandler
Places search entries on a blocking queue.
|
Modifier and Type | Method and Description |
---|---|
Collection<Response<SearchResult>> |
AggregateSearchExecutor.search(ConnectionFactory[] factories,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers) |
Collection<Response<SearchResult>> |
ParallelSearchExecutor.search(ConnectionFactory factory,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers) |
BlockingQueue<QueueingSearchExecutor.SearchItem> |
QueueingSearchExecutor.search(ConnectionFactory factory,
SearchFilter filter,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factory.
|
Collection<Response<SearchResult>> |
AggregatePooledSearchExecutor.search(PooledConnectionFactory[] factories,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers) |
Collection<Response<SearchResult>> |
ParallelPooledSearchExecutor.search(PooledConnectionFactory factory,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers) |
abstract Collection<Response<SearchResult>> |
AbstractAggregateSearchExecutor.search(T[] factories,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factories.
|
abstract Collection<Response<SearchResult>> |
AbstractParallelSearchExecutor.search(T factory,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchEntryHandler
Base class for entry handlers which simply returns values unaltered.
|
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.
|
class |
RecursiveEntryHandler
This recursively searches based on a supplied attribute and merges those results into the original entry.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.