Uses of Class
org.ldaptive.PooledConnectionFactory
-
Packages that use PooledConnectionFactory Package Description org.ldaptive org.ldaptive.props -
-
Uses of PooledConnectionFactory in org.ldaptive
Fields in org.ldaptive declared as PooledConnectionFactory Modifier and Type Field Description private PooledConnectionFactory
PooledConnectionFactory.Builder. object
Methods in org.ldaptive that return PooledConnectionFactory Modifier and Type Method Description PooledConnectionFactory
PooledConnectionFactory.Builder. build()
-
Uses of PooledConnectionFactory in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type PooledConnectionFactory Constructor Description PooledConnectionFactoryPropertySource(PooledConnectionFactory cf)
Creates a new pooled connection factory property source using the default properties file.PooledConnectionFactoryPropertySource(PooledConnectionFactory cf, Reader... readers)
Creates a new pooled connection factory property source.PooledConnectionFactoryPropertySource(PooledConnectionFactory cf, String... paths)
Creates a new pooled connection factory property source.PooledConnectionFactoryPropertySource(PooledConnectionFactory cf, Properties props)
Creates a new pooled connection factory property source.PooledConnectionFactoryPropertySource(PooledConnectionFactory cf, PropertySource.PropertyDomain domain, Properties props)
Creates a new pooled connection factory property source.
-