| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Field and Description |
|---|---|
private LdapConnectionConfig |
LdapNetworkConnection.config
configuration object for the connection
|
private LdapConnectionConfig |
DefaultLdapConnectionFactory.connectionConfig |
| Modifier and Type | Method and Description |
|---|---|
private static LdapConnectionConfig |
LdapNetworkConnection.buildConfig(String server,
int port,
boolean useSsl) |
LdapConnectionConfig |
LdapNetworkConnection.getConfig()
gives the configuration information of the connection
|
LdapConnectionConfig |
LdapAsyncConnection.getConfig()
Configuration of LdapNetworkConnection
|
| Modifier and Type | Method and Description |
|---|---|
protected static LdapConnectionFactory |
AbstractPoolableLdapConnectionFactory.newLdapConnectionFactory(LdapConnectionConfig config,
Class<? extends LdapConnectionFactory> connectionFactoryClass) |
private static ValidatingPoolableLdapConnectionFactory |
LdapConnectionPool.newPoolableConnectionFactory(LdapConnectionConfig connectionConfig,
org.apache.directory.api.ldap.codec.api.LdapApiService apiService,
long timeout) |
| Constructor and Description |
|---|
DefaultLdapConnectionFactory(LdapConnectionConfig config)
Creates a new instance of DefaultLdapConnectionFactory.
|
DefaultPoolableLdapConnectionFactory(LdapConnectionConfig config)
Creates a new instance of PoolableLdapConnectionFactory.
|
DefaultPoolableLdapConnectionFactory(LdapConnectionConfig config,
Class<? extends LdapConnectionFactory> connectionFactoryClass)
Creates a new instance of PoolableLdapConnectionFactory using an instance
of the supplied class as its LdapConnection factory.
|
LdapConnectionPool(LdapConnectionConfig connectionConfig,
org.apache.directory.api.ldap.codec.api.LdapApiService apiService,
long timeout)
Instantiates a new LDAP connection pool.
|
LdapConnectionPool(LdapConnectionConfig connectionConfig,
org.apache.directory.api.ldap.codec.api.LdapApiService apiService,
long timeout,
org.apache.commons.pool.impl.GenericObjectPool.Config poolConfig)
Instantiates a new LDAP connection pool.
|
LdapNetworkConnection(LdapConnectionConfig config)
Creates a new instance of LdapConnection with the given connection configuration.
|
LdapNetworkConnection(LdapConnectionConfig config,
org.apache.directory.api.ldap.codec.api.LdapApiService ldapApiService)
Creates a new LdapNetworkConnection instance
|
ValidatingPoolableLdapConnectionFactory(LdapConnectionConfig config)
Creates a new instance of ValidatingPoolableLdapConnectionFactory.
|
ValidatingPoolableLdapConnectionFactory(LdapConnectionConfig config,
Class<? extends LdapConnectionFactory> connectionFactoryClass)
Creates a new instance of ValidatingPoolableLdapConnectionFactory.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.