| Package | Description |
|---|---|
| edu.vt.middleware.ldap | |
| edu.vt.middleware.ldap.auth.handler | |
| edu.vt.middleware.ldap.handler |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionHandler |
AbstractLdap.connectionHandler
LDAP connection handler.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionHandler |
LdapConfig.getConnectionHandler()
This returns the connection handler of the
LdapConfig. |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapConfig.setConnectionHandler(ConnectionHandler connectionHandler)
This sets the connection handler of the
LdapConfig. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompareAuthenticationHandler.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.
|
abstract void |
AbstractAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014. All rights reserved.