public class DefaultPoolableLdapConnectionFactory extends AbstractPoolableLdapConnectionFactory
connectionFactory, validator| Constructor and Description |
|---|
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.
|
DefaultPoolableLdapConnectionFactory(LdapConnectionFactory connectionFactory)
Creates a new instance of PoolableLdapConnectionFactory.
|
activateObject, destroyObject, getLdapApiService, makeObject, newLdapConnectionFactory, passivateObject, setValidator, validateObjectpublic DefaultPoolableLdapConnectionFactory(LdapConnectionConfig config)
config - the configuration for creating LdapConnectionspublic DefaultPoolableLdapConnectionFactory(LdapConnectionConfig config, Class<? extends LdapConnectionFactory> connectionFactoryClass)
config - the configuration for creating LdapConnectionsconnectionFactoryClass - the class used as a factory for connectionspublic DefaultPoolableLdapConnectionFactory(LdapConnectionFactory connectionFactory)
connectionFactory - the connection factory for creating LdapConnectionsCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.