Uses of Class
org.ldaptive.DefaultConnectionFactory
-
Packages that use DefaultConnectionFactory Package Description org.ldaptive org.ldaptive.pool org.ldaptive.props -
-
Uses of DefaultConnectionFactory in org.ldaptive
Subclasses of DefaultConnectionFactory in org.ldaptive Modifier and Type Class Description class
SingleConnectionFactory
Creates a single connection which is proxied for LDAP operations.Fields in org.ldaptive declared as DefaultConnectionFactory Modifier and Type Field Description private DefaultConnectionFactory
DefaultConnectionFactory.Builder. object
Methods in org.ldaptive that return DefaultConnectionFactory Modifier and Type Method Description DefaultConnectionFactory
DefaultConnectionFactory.Builder. build()
-
Uses of DefaultConnectionFactory in org.ldaptive.pool
Fields in org.ldaptive.pool declared as DefaultConnectionFactory Modifier and Type Field Description private DefaultConnectionFactory
AbstractConnectionPool. connectionFactory
Connection factory to create connections with.Methods in org.ldaptive.pool that return DefaultConnectionFactory Modifier and Type Method Description DefaultConnectionFactory
AbstractConnectionPool. getDefaultConnectionFactory()
Returns the connection factory for this pool.Methods in org.ldaptive.pool with parameters of type DefaultConnectionFactory Modifier and Type Method Description void
AbstractConnectionPool. setDefaultConnectionFactory(DefaultConnectionFactory cf)
Sets the connection factory for this pool.Constructors in org.ldaptive.pool with parameters of type DefaultConnectionFactory Constructor Description BlockingConnectionPool(DefaultConnectionFactory cf)
Creates a new blocking pool. -
Uses of DefaultConnectionFactory in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type DefaultConnectionFactory Constructor Description DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf)
Creates a new default connection factory property source using the default properties file.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, Reader... readers)
Creates a new default connection factory property source.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, String... paths)
Creates a new default connection factory property source.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, Properties props)
Creates a new default connection factory property source.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, PropertySource.PropertyDomain domain, Properties props)
Creates a new default connection factory property source.
-