Uses of Class
org.ldaptive.DefaultConnectionFactory
Packages that use DefaultConnectionFactory
-
Uses of DefaultConnectionFactory in org.ldaptive
Subclasses of DefaultConnectionFactory in org.ldaptiveModifier and TypeClassDescriptionclassCreates 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.