|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionHandler | |
|---|---|
| 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 | |
|---|---|
protected ConnectionHandler |
AbstractLdap.connectionHandler
LDAP connection handler. |
| Methods in edu.vt.middleware.ldap that return ConnectionHandler | |
|---|---|
ConnectionHandler |
LdapConfig.getConnectionHandler()
This returns the connection handler of the LdapConfig. |
| Methods in edu.vt.middleware.ldap with parameters of type ConnectionHandler | |
|---|---|
void |
LdapConfig.setConnectionHandler(ConnectionHandler connectionHandler)
This sets the connection handler of the LdapConfig. |
| Uses of ConnectionHandler in edu.vt.middleware.ldap.auth.handler |
|---|
| Methods in edu.vt.middleware.ldap.auth.handler with parameters of type ConnectionHandler | |
|---|---|
void |
CompareAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication. Implementations should throw
AuthenticationException to indicate an authentication failure. The
resulting LdapContext can be retrieved from the connection
handler if it is needed. |
void |
BindAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication. Implementations should throw
AuthenticationException to indicate an authentication failure. The
resulting LdapContext can be retrieved from the connection
handler if it is needed. |
void |
AuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication. |
abstract void |
AbstractAuthenticationHandler.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 | |
|---|---|
class |
AbstractConnectionHandler
AbstractConnectionHandler provides a basic implementation for
other connection handlers to inherit. |
class |
DefaultConnectionHandler
DefaultConnectionHandler creates a new LdapContext
using environment properties obtained from LdapConfig.getEnvironment(). |
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 ConnectionHandler | |
|---|---|
ConnectionHandler |
ConnectionHandler.newInstance()
Returns a separate instance of this connection handler with the same underlying ldap configuration. |
abstract ConnectionHandler |
AbstractConnectionHandler.newInstance()
Returns a separate instance of this connection handler with the same underlying ldap configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||