AbstractConnectionHandler |
AbstractConnectionHandler provides a basic implementation for
other connection handlers to inherit.
|
AbstractResultHandler<R,O> |
AbstractResultHandler implements common handler functionality.
|
AttributesProcessor |
AttributesProcessor provides methods to help with the processing
of Attributes objects using an AttributeHandler.
|
BinaryAttributeHandler |
BinaryAttributeHandler ensures that any attribute that contains
a value of type byte[] is base64 encoded.
|
BinarySearchResultHandler |
|
CaseChangeAttributeHandler |
CaseChangeAttributeHandler provides the ability to modify the
case of attribute names and attribute values.
|
CaseChangeSearchResultHandler |
CaseSearchResultHandler provides the ability to modify the case
of ldap search result DNs, attribute names, and attribute values.
|
CopyAttributeHandler |
CopyAttributeHandler converts a NamingEnumeration of attribute
into a List of attribute.
|
CopyResultHandler<T> |
CopyResultHandler converts a NamingEnumeration into a List of
ldap results.
|
CopySearchResultHandler |
CopySearchResultHandler converts a NamingEnumeration of search
results into a List of search results.
|
DefaultConnectionHandler |
|
EntryDnSearchResultHandler |
EntryDnSearchResultHandler adds the search result DN as an
attribute to the result set.
|
FqdnSearchResultHandler |
FqdnSearchResultHandler ensures that the DN of a search result
is fully qualified.
|
MergeSearchResultHandler |
MergeSearchResultHandler merges the attributes found in each
search result into the first search result.
|
RecursiveAttributeHandler |
RecursiveAttributeHandler will recursively search for attributes
of the same name and combine them into one attribute.
|
RecursiveSearchResultHandler |
RecursiveSearchResultHandler recursively searches based on a
supplied attribute and merges those results into the original result set.
|
SearchCriteria |
SearchCriteria contains the attributes used to perform ldap
searches.
|
TlsConnectionHandler |
TlsConnectionHandler creates a new LdapContext
using environment properties obtained from LdapConfig.getEnvironment() and then invokes the startTLS extended operation
on the context.
|