Uses of Class
edu.vt.middleware.ldap.handler.DefaultConnectionHandler
-
Packages that use DefaultConnectionHandler Package Description edu.vt.middleware.ldap.handler -
-
Uses of DefaultConnectionHandler in edu.vt.middleware.ldap.handler
Subclasses of DefaultConnectionHandler in edu.vt.middleware.ldap.handler Modifier and Type Class Description class
TlsConnectionHandler
TlsConnectionHandler
creates a newLdapContext
using environment properties obtained fromLdapConfig.getEnvironment()
and then invokes the startTLS extended operation on the context.Methods in edu.vt.middleware.ldap.handler that return DefaultConnectionHandler Modifier and Type Method Description 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 Constructor Description DefaultConnectionHandler(DefaultConnectionHandler ch)
Copy constructor forDefaultConnectionHandler
.
-