Uses of Package
edu.vt.middleware.ldap.handler

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

Classes in edu.vt.middleware.ldap.handler used by edu.vt.middleware.ldap
AttributeHandler
          AttributeHandler provides post search processing of an ldap attribute.
ConnectionHandler
          ConnectionHandler provides an interface for creating and closing LDAP connections.
CopyResultHandler
          CopyResultHandler converts a NamingEnumeration into a List of ldap results.
SearchResultHandler
          SearchResultHandler provides post search processing of ldap search results.
 

Classes in edu.vt.middleware.ldap.handler used by edu.vt.middleware.ldap.auth.handler
ConnectionHandler
          ConnectionHandler provides an interface for creating and closing LDAP connections.
 

Classes in edu.vt.middleware.ldap.handler used by edu.vt.middleware.ldap.handler
AbstractConnectionHandler
          AbstractConnectionHandler provides a basic implementation for other connection handlers to inherit.
AbstractResultHandler
          AbstractResultHandler implements common handler functionality.
AttributeHandler
          AttributeHandler provides post search processing of an ldap attribute.
CaseChangeSearchResultHandler.CaseChange
          Enum to define the type of case change.
ConnectionHandler
          ConnectionHandler provides an interface for creating and closing LDAP connections.
ConnectionHandler.ConnectionStrategy
          Enum to define the type of connection strategy.
CopyAttributeHandler
          CopyAttributeHandler converts a NamingEnumeration of attribute into a List of attribute.
CopyResultHandler
          CopyResultHandler converts a NamingEnumeration into a List of ldap results.
CopySearchResultHandler
          CopySearchResultHandler converts a NamingEnumeration of search results into a List of search results.
DefaultConnectionHandler
          DefaultConnectionHandler creates a new LdapContext using environment properties obtained from LdapConfig.getEnvironment().
ExtendedAttributeHandler
          Provides an interface for attribute handlers that require the use of the Ldap object that was used to perform the original search.
ExtendedSearchResultHandler
          Provides an interface for search result handlers that require the use of the Ldap object that was used to perform the original search.
ResultHandler
          ResultHandler provides post search processing of ldap results.
SearchCriteria
          SearchCriteria contains the attributes used to perform ldap searches.
SearchResultHandler
          SearchResultHandler provides post search processing of ldap search results.
TlsConnectionHandler
          TlsConnectionHandler creates a new LdapContext using environment properties obtained from LdapConfig.getEnvironment() and then invokes the startTLS extended operation on the context.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.