Uses of Interface
edu.vt.middleware.ldap.handler.ResultHandler

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

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

Subinterfaces of ResultHandler in edu.vt.middleware.ldap.handler
 interface AttributeHandler
          AttributeHandler provides post search processing of an ldap attribute.
 interface ExtendedAttributeHandler
          Provides an interface for attribute handlers that require the use of the Ldap object that was used to perform the original search.
 interface ExtendedSearchResultHandler
          Provides an interface for search result handlers that require the use of the Ldap object that was used to perform the original search.
 interface SearchResultHandler
          SearchResultHandler provides post search processing of ldap search results.
 

Classes in edu.vt.middleware.ldap.handler that implement ResultHandler
 class AbstractResultHandler<R,O>
          AbstractResultHandler implements common handler functionality.
 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.