|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CopyResultHandler | |
|---|---|
| edu.vt.middleware.ldap | |
| edu.vt.middleware.ldap.handler | |
| Uses of CopyResultHandler in edu.vt.middleware.ldap |
|---|
| Fields in edu.vt.middleware.ldap declared as CopyResultHandler | |
|---|---|
protected static CopyResultHandler<Binding> |
AbstractLdap.BINDING_COPY_RESULT_HANDLER
Default copy binding handler. |
protected static CopyResultHandler<Object> |
AbstractLdap.COPY_RESULT_HANDLER
Default copy result handler. |
protected static CopyResultHandler<NameClassPair> |
AbstractLdap.NCP_COPY_RESULT_HANDLER
Default copy name class pair handler. |
protected static CopyResultHandler<SearchResult> |
AbstractLdap.SR_COPY_RESULT_HANDLER
Default copy search result handler, used if none supplied. |
| Uses of CopyResultHandler in edu.vt.middleware.ldap.handler |
|---|
| Subclasses of CopyResultHandler in edu.vt.middleware.ldap.handler | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||