Uses of Class
org.ldaptive.DefaultConnectionFactory
Packages that use DefaultConnectionFactory
-
Uses of DefaultConnectionFactory in org.ldaptive
Subclasses of DefaultConnectionFactory in org.ldaptiveModifier and TypeClassDescriptionfinal classCreates a single connection which is proxied for LDAP operations.Fields in org.ldaptive declared as DefaultConnectionFactoryModifier and TypeFieldDescriptionprivate final DefaultConnectionFactoryDefaultConnectionFactory.Builder.objectMethods in org.ldaptive that return DefaultConnectionFactory -
Uses of DefaultConnectionFactory in org.ldaptive.pool
Fields in org.ldaptive.pool declared as DefaultConnectionFactoryModifier and TypeFieldDescriptionprivate DefaultConnectionFactoryAbstractConnectionPool.connectionFactoryConnection factory to create connections with.Methods in org.ldaptive.pool that return DefaultConnectionFactoryModifier and TypeMethodDescriptionAbstractConnectionPool.getDefaultConnectionFactory()Returns the connection factory for this pool.Methods in org.ldaptive.pool with parameters of type DefaultConnectionFactoryModifier and TypeMethodDescriptionvoidAbstractConnectionPool.setDefaultConnectionFactory(DefaultConnectionFactory cf) Sets the connection factory for this pool.Constructors in org.ldaptive.pool with parameters of type DefaultConnectionFactoryModifierConstructorDescriptionCreates a new blocking pool. -
Uses of DefaultConnectionFactory in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type DefaultConnectionFactoryModifierConstructorDescriptionCreates 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.Creates a new default connection factory property source.Creates a new default connection factory property source.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, PropertySource.PropertyDomain domain, Properties props) Creates a new default connection factory property source. -
Uses of DefaultConnectionFactory in org.ldaptive.referral
Fields in org.ldaptive.referral declared as DefaultConnectionFactoryModifier and TypeFieldDescriptionprivate final DefaultConnectionFactoryDefaultReferralConnectionFactory.factoryFactory to copy properties from.Methods in org.ldaptive.referral that return DefaultConnectionFactoryModifier and TypeMethodDescriptionprivate DefaultConnectionFactoryDefaultReferralConnectionFactory.copy(DefaultConnectionFactory cf, String url) Creates a copy of the supplied connection factory and sets the supplied URL on the new connection factory.Methods in org.ldaptive.referral with parameters of type DefaultConnectionFactoryModifier and TypeMethodDescriptionprivate DefaultConnectionFactoryDefaultReferralConnectionFactory.copy(DefaultConnectionFactory cf, String url) Creates a copy of the supplied connection factory and sets the supplied URL on the new connection factory.Constructors in org.ldaptive.referral with parameters of type DefaultConnectionFactoryModifierConstructorDescriptionCreates a new default referral connection factory.