Uses of Class
org.ldaptive.DefaultConnectionFactory
Packages that use DefaultConnectionFactory
-
Uses of DefaultConnectionFactory in org.ldaptive
Subclasses of DefaultConnectionFactory in org.ldaptiveModifier and TypeClassDescriptionclass
Creates a single connection which is proxied for LDAP operations.Fields in org.ldaptive declared as DefaultConnectionFactoryModifier and TypeFieldDescriptionprivate final DefaultConnectionFactory
DefaultConnectionFactory.Builder.object
Methods in org.ldaptive that return DefaultConnectionFactory -
Uses of DefaultConnectionFactory in org.ldaptive.pool
Fields in org.ldaptive.pool declared as DefaultConnectionFactoryModifier and TypeFieldDescriptionprivate DefaultConnectionFactory
AbstractConnectionPool.connectionFactory
Connection 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 TypeMethodDescriptionvoid
AbstractConnectionPool.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.