Uses of Interface
edu.vt.middleware.ldap.handler.ConnectionHandler
-
Packages that use ConnectionHandler Package Description edu.vt.middleware.ldap edu.vt.middleware.ldap.auth.handler edu.vt.middleware.ldap.handler -
-
Uses of ConnectionHandler in edu.vt.middleware.ldap
Fields in edu.vt.middleware.ldap declared as ConnectionHandler Modifier and Type Field Description protected ConnectionHandler
AbstractLdap. connectionHandler
LDAP connection handler.Methods in edu.vt.middleware.ldap that return ConnectionHandler Modifier and Type Method Description ConnectionHandler
LdapConfig. getConnectionHandler()
This returns the connection handler of theLdapConfig
.Methods in edu.vt.middleware.ldap with parameters of type ConnectionHandler Modifier and Type Method Description void
LdapConfig. setConnectionHandler(ConnectionHandler connectionHandler)
This sets the connection handler of theLdapConfig
. -
Uses of ConnectionHandler in edu.vt.middleware.ldap.auth.handler
Methods in edu.vt.middleware.ldap.auth.handler with parameters of type ConnectionHandler Modifier and Type Method Description abstract void
AbstractAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
Perform an ldap authentication.void
AuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
Perform an ldap authentication.void
BindAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
Perform an ldap authentication.void
CompareAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
Perform an ldap authentication. -
Uses of ConnectionHandler in edu.vt.middleware.ldap.handler
Classes in edu.vt.middleware.ldap.handler that implement ConnectionHandler Modifier and Type Class Description class
AbstractConnectionHandler
AbstractConnectionHandler
provides a basic implementation for other connection handlers to inherit.class
DefaultConnectionHandler
DefaultConnectionHandler
creates a newLdapContext
using environment properties obtained fromLdapConfig.getEnvironment()
.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 ConnectionHandler Modifier and Type Method Description abstract ConnectionHandler
AbstractConnectionHandler. newInstance()
Returns a separate instance of this connection handler with the same underlying ldap configuration.ConnectionHandler
ConnectionHandler. newInstance()
Returns a separate instance of this connection handler with the same underlying ldap configuration.
-