Uses of Class
org.ldaptive.PooledConnectionFactory
-
Packages that use PooledConnectionFactory Package Description org.ldaptive org.ldaptive.props -
-
Uses of PooledConnectionFactory in org.ldaptive
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, java.io.Reader... readers)
Creates a new pooled connection factory property source.PooledConnectionFactoryPropertySource(PooledConnectionFactory cf, java.lang.String... paths)
Creates a new pooled connection factory property source.PooledConnectionFactoryPropertySource(PooledConnectionFactory cf, java.util.Properties props)
Creates a new pooled connection factory property source.PooledConnectionFactoryPropertySource(PooledConnectionFactory cf, PropertySource.PropertyDomain domain, java.util.Properties props)
Creates a new pooled connection factory property source.
-