Uses of Class
org.ldaptive.PooledConnectionFactory
Packages that use PooledConnectionFactory
-
Uses of PooledConnectionFactory in org.ldaptive
Fields in org.ldaptive declared as PooledConnectionFactoryModifier and TypeFieldDescriptionprivate final PooledConnectionFactoryPooledConnectionFactory.Builder.objectMethods in org.ldaptive that return PooledConnectionFactory -
Uses of PooledConnectionFactory in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type PooledConnectionFactoryModifierConstructorDescriptionCreates 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.Creates a new pooled connection factory property source.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 PooledConnectionFactoryModifier and TypeFieldDescriptionprivate final PooledConnectionFactoryPooledReferralConnectionFactory.factoryFactory to copy properties from.Fields in org.ldaptive.referral with type parameters of type PooledConnectionFactoryModifier and TypeFieldDescriptionprivate final Map<String,PooledConnectionFactory> PooledReferralConnectionFactory.factoriesMap of connection URL to connection factories.Methods in org.ldaptive.referral that return PooledConnectionFactoryModifier and TypeMethodDescriptionprivate PooledConnectionFactoryPooledReferralConnectionFactory.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 PooledConnectionFactoryModifier and TypeMethodDescriptionprivate PooledConnectionFactoryPooledReferralConnectionFactory.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 PooledConnectionFactoryModifierConstructorDescriptionCreates a new pooled referral connection factory.