Package | Description |
---|---|
edu.vt.middleware.ldap | |
edu.vt.middleware.ldap.auth | |
edu.vt.middleware.ldap.handler | |
edu.vt.middleware.ldap.pool |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLdap<T extends LdapConfig>
AbstractLdap contains the functions for basic interaction with a
LDAP. |
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractLdap.config
LDAP configuration environment.
|
Modifier and Type | Method and Description |
---|---|
static LdapConfig |
LdapConfig.createFromProperties(java.io.InputStream is)
Create an instance of this class initialized with properties from the input
stream.
|
LdapConfig |
Ldap.getLdapConfig()
This returns the
LdapConfig of the Ldap . |
protected LdapConfig |
LdapCli.initLdapConfig(org.apache.commons.cli.CommandLine line)
Initialize an LdapConfig with command line options.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LdapCli.search(LdapConfig config,
java.lang.String filter,
java.lang.String[] attrs)
Executes the ldap search operation.
|
void |
Ldap.setLdapConfig(LdapConfig ldapConfig)
This will set the config parameters of this
Ldap . |
Constructor and Description |
---|
Ldap(LdapConfig ldapConfig)
This will create a new
Ldap with the supplied
LdapConfig . |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatorConfig
AuthenticatorConfig contains all the configuration data that the
Authenticator needs to control authentication. |
Modifier and Type | Field and Description |
---|---|
protected LdapConfig |
AbstractConnectionHandler.config
Ldap configuration.
|
Modifier and Type | Method and Description |
---|---|
LdapConfig |
ConnectionHandler.getLdapConfig()
Returns the ldap configuration.
|
LdapConfig |
AbstractConnectionHandler.getLdapConfig()
Returns the ldap configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHandler.setLdapConfig(LdapConfig lc)
Sets the ldap configuration.
|
void |
AbstractConnectionHandler.setLdapConfig(LdapConfig lc)
Sets the ldap configuration.
|
Constructor and Description |
---|
DefaultConnectionHandler(LdapConfig lc)
Creates a new
DefaultConnectionHandler with the supplied ldap
config. |
TlsConnectionHandler(LdapConfig lc)
Creates a new
TlsConnectionHandler with the supplied ldap
config. |
Constructor and Description |
---|
DefaultLdapFactory(LdapConfig lc)
This creates a new
DefaultLdapFactory with the supplied ldap
configuration. |
Copyright © 2014. All Rights Reserved.