|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapConfig | |
|---|---|
| edu.vt.middleware.ldap | |
| edu.vt.middleware.ldap.auth | |
| edu.vt.middleware.ldap.handler | |
| edu.vt.middleware.ldap.pool | |
| Uses of LdapConfig in edu.vt.middleware.ldap |
|---|
| Classes in edu.vt.middleware.ldap with type parameters of type LdapConfig | |
|---|---|
class |
AbstractLdap<T extends LdapConfig>
AbstractLdap contains the functions for basic interaction with a
LDAP. |
| Fields in edu.vt.middleware.ldap declared as LdapConfig | |
|---|---|
protected T |
AbstractLdap.config
LDAP configuration environment. |
| Methods in edu.vt.middleware.ldap that return LdapConfig | |
|---|---|
static LdapConfig |
LdapConfig.createFromProperties(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. |
| Methods in edu.vt.middleware.ldap with parameters of type LdapConfig | |
|---|---|
protected void |
LdapCli.search(LdapConfig config,
String filter,
String[] attrs)
Executes the ldap search operation. |
void |
Ldap.setLdapConfig(LdapConfig ldapConfig)
This will set the config parameters of this Ldap. |
| Constructors in edu.vt.middleware.ldap with parameters of type LdapConfig | |
|---|---|
Ldap(LdapConfig ldapConfig)
This will create a new Ldap with the supplied
LdapConfig. |
|
| Uses of LdapConfig in edu.vt.middleware.ldap.auth |
|---|
| Subclasses of LdapConfig in edu.vt.middleware.ldap.auth | |
|---|---|
class |
AuthenticatorConfig
AuthenticatorConfig contains all the configuration data that the
Authenticator needs to control authentication. |
| Uses of LdapConfig in edu.vt.middleware.ldap.handler |
|---|
| Fields in edu.vt.middleware.ldap.handler declared as LdapConfig | |
|---|---|
protected LdapConfig |
AbstractConnectionHandler.config
Ldap configuration. |
| Methods in edu.vt.middleware.ldap.handler that return LdapConfig | |
|---|---|
LdapConfig |
ConnectionHandler.getLdapConfig()
Returns the ldap configuration. |
LdapConfig |
AbstractConnectionHandler.getLdapConfig()
Returns the ldap configuration. |
| Methods in edu.vt.middleware.ldap.handler with parameters of type LdapConfig | |
|---|---|
void |
ConnectionHandler.setLdapConfig(LdapConfig lc)
Sets the ldap configuration. |
void |
AbstractConnectionHandler.setLdapConfig(LdapConfig lc)
Sets the ldap configuration. |
| Constructors in edu.vt.middleware.ldap.handler with parameters of type LdapConfig | |
|---|---|
DefaultConnectionHandler(LdapConfig lc)
Creates a new DefaultConnectionHandler with the supplied ldap
config. |
|
TlsConnectionHandler(LdapConfig lc)
Creates a new TlsConnectionHandler with the supplied ldap
config. |
|
| Uses of LdapConfig in edu.vt.middleware.ldap.pool |
|---|
| Constructors in edu.vt.middleware.ldap.pool with parameters of type LdapConfig | |
|---|---|
DefaultLdapFactory(LdapConfig lc)
This creates a new DefaultLdapFactory with the supplied ldap
configuration. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||