Package | Description |
---|---|
edu.vt.middleware.ldap | |
edu.vt.middleware.ldap.handler |
Modifier and Type | Field and Description |
---|---|
protected static CopyResultHandler<javax.naming.Binding> |
AbstractLdap.BINDING_COPY_RESULT_HANDLER
Default copy binding handler.
|
protected static CopyResultHandler<java.lang.Object> |
AbstractLdap.COPY_RESULT_HANDLER
Default copy result handler.
|
protected static CopyResultHandler<javax.naming.NameClassPair> |
AbstractLdap.NCP_COPY_RESULT_HANDLER
Default copy name class pair handler.
|
protected static CopyResultHandler<javax.naming.directory.SearchResult> |
AbstractLdap.SR_COPY_RESULT_HANDLER
Default copy search result handler, used if none supplied.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryAttributeHandler
BinaryAttributeHandler ensures that any attribute that contains
a value of type byte[] is base64 encoded. |
class |
BinarySearchResultHandler
BinarySearchResultHandler provides a search result handler which
uses BinaryAttributeHandler . |
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. |
Copyright © 2014. All Rights Reserved.