class |
BinaryAttributeHandler |
BinaryAttributeHandler ensures that any attribute that contains
a value of type byte[] is base64 encoded.
|
class |
BinarySearchResultHandler |
|
class |
CaseChangeAttributeHandler |
CaseChangeAttributeHandler provides the ability to modify the
case of attribute names and attribute values.
|
class |
CaseChangeSearchResultHandler |
CaseSearchResultHandler provides the ability to modify the case
of ldap search result DNs, attribute names, and attribute values.
|
class |
CopyAttributeHandler |
CopyAttributeHandler converts a NamingEnumeration of attribute
into a List of attribute.
|
class |
CopySearchResultHandler |
CopySearchResultHandler converts a NamingEnumeration of search
results into a List of search results.
|
class |
EntryDnSearchResultHandler |
EntryDnSearchResultHandler adds the search result DN as an
attribute to the result set.
|
class |
FqdnSearchResultHandler |
FqdnSearchResultHandler ensures that the DN of a search result
is fully qualified.
|
class |
MergeSearchResultHandler |
MergeSearchResultHandler merges the attributes found in each
search result into the first search result.
|
class |
RecursiveAttributeHandler |
RecursiveAttributeHandler will recursively search for attributes
of the same name and combine them into one attribute.
|
class |
RecursiveSearchResultHandler |
RecursiveSearchResultHandler recursively searches based on a
supplied attribute and merges those results into the original result set.
|