Uses of Class
edu.vt.middleware.ldap.handler.AbstractResultHandler

Packages that use AbstractResultHandler
edu.vt.middleware.ldap.handler   
 

Uses of AbstractResultHandler in edu.vt.middleware.ldap.handler
 

Subclasses of AbstractResultHandler 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 CopyResultHandler<T>
          CopyResultHandler converts a NamingEnumeration into a List of ldap results.
 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 © 2003-2010 Virginia Tech. All Rights Reserved.