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

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

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

Subclasses of DefaultConnectionHandler in edu.vt.middleware.ldap.handler
 class TlsConnectionHandler
          TlsConnectionHandler creates a new LdapContext using environment properties obtained from LdapConfig.getEnvironment() and then invokes the startTLS extended operation on the context.
 

Methods in edu.vt.middleware.ldap.handler that return DefaultConnectionHandler
 DefaultConnectionHandler DefaultConnectionHandler.newInstance()
          Returns a separate instance of this connection handler with the same underlying ldap configuration.
 

Constructors in edu.vt.middleware.ldap.handler with parameters of type DefaultConnectionHandler
DefaultConnectionHandler(DefaultConnectionHandler ch)
          Copy constructor for DefaultConnectionHandler.
 



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