Uses of Class
org.ldaptive.DefaultConnectionFactory
-
Packages that use DefaultConnectionFactory Package Description org.ldaptive org.ldaptive.pool org.ldaptive.props -
-
Uses of DefaultConnectionFactory in org.ldaptive
Subclasses of DefaultConnectionFactory in org.ldaptive Modifier and Type Class Description class
SingleConnectionFactory
Creates a single connection which is proxied for LDAP operations.Methods in org.ldaptive that return DefaultConnectionFactory Modifier and Type Method Description DefaultConnectionFactory
DefaultConnectionFactory.Builder. build()
-
Uses of DefaultConnectionFactory in org.ldaptive.pool
Methods in org.ldaptive.pool that return DefaultConnectionFactory Modifier and Type Method Description DefaultConnectionFactory
AbstractConnectionPool. getDefaultConnectionFactory()
Returns the connection factory for this pool.Methods in org.ldaptive.pool with parameters of type DefaultConnectionFactory Modifier and Type Method Description void
AbstractConnectionPool. setDefaultConnectionFactory(DefaultConnectionFactory cf)
Sets the connection factory for this pool.Constructors in org.ldaptive.pool with parameters of type DefaultConnectionFactory Constructor Description BlockingConnectionPool(DefaultConnectionFactory cf)
Creates a new blocking pool. -
Uses of DefaultConnectionFactory in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type DefaultConnectionFactory Constructor Description DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf)
Creates a new default connection factory property source using the default properties file.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, java.io.Reader... readers)
Creates a new default connection factory property source.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, java.lang.String... paths)
Creates a new default connection factory property source.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, java.util.Properties props)
Creates a new default connection factory property source.DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf, PropertySource.PropertyDomain domain, java.util.Properties props)
Creates a new default connection factory property source.
-