| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLdapConnectionFactory
The default implementation of LdapConnectionFactory.
|
| Modifier and Type | Field and Description |
|---|---|
protected LdapConnectionFactory |
AbstractPoolableLdapConnectionFactory.connectionFactory
The factory to use to create a new connection
|
| Modifier and Type | Method and Description |
|---|---|
protected static LdapConnectionFactory |
AbstractPoolableLdapConnectionFactory.newLdapConnectionFactory(LdapConnectionConfig config,
Class<? extends LdapConnectionFactory> connectionFactoryClass) |
| Modifier and Type | Method and Description |
|---|---|
protected static LdapConnectionFactory |
AbstractPoolableLdapConnectionFactory.newLdapConnectionFactory(LdapConnectionConfig config,
Class<? extends LdapConnectionFactory> connectionFactoryClass) |
| Constructor and Description |
|---|
DefaultPoolableLdapConnectionFactory(LdapConnectionFactory connectionFactory)
Creates a new instance of PoolableLdapConnectionFactory.
|
ValidatingPoolableLdapConnectionFactory(LdapConnectionFactory connectionFactory)
Creates a new instance of ValidatingPoolableLdapConnectionFactory.
|
| Constructor and Description |
|---|
DefaultPoolableLdapConnectionFactory(LdapConnectionConfig config,
Class<? extends LdapConnectionFactory> connectionFactoryClass)
Creates a new instance of PoolableLdapConnectionFactory using an instance
of the supplied class as its LdapConnection factory.
|
ValidatingPoolableLdapConnectionFactory(LdapConnectionConfig config,
Class<? extends LdapConnectionFactory> connectionFactoryClass)
Creates a new instance of ValidatingPoolableLdapConnectionFactory.
|
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.