Uses of Class
org.ldaptive.PooledConnectionFactory
-
Packages that use PooledConnectionFactory Package Description org.ldaptive org.ldaptive.props org.ldaptive.referral -
-
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. -
Uses of PooledConnectionFactory in org.ldaptive.referral
Fields in org.ldaptive.referral declared as PooledConnectionFactory Modifier and Type Field Description private PooledConnectionFactory
PooledReferralConnectionFactory. factory
Factory to copy properties from.Fields in org.ldaptive.referral with type parameters of type PooledConnectionFactory Modifier and Type Field Description private Map<String,PooledConnectionFactory>
PooledReferralConnectionFactory. factories
Map of connection URL to connection factories.Methods in org.ldaptive.referral that return PooledConnectionFactory Modifier and Type Method Description private PooledConnectionFactory
PooledReferralConnectionFactory. copy(PooledConnectionFactory cf, String url)
Creates a new instance of the supplied connection factory with the same settings.Methods in org.ldaptive.referral with parameters of type PooledConnectionFactory Modifier and Type Method Description private PooledConnectionFactory
PooledReferralConnectionFactory. copy(PooledConnectionFactory cf, String url)
Creates a new instance of the supplied connection factory with the same settings.Constructors in org.ldaptive.referral with parameters of type PooledConnectionFactory Constructor Description PooledReferralConnectionFactory(PooledConnectionFactory cf)
Creates a new pooled referral connection factory.
-