Uses of Interface
org.ldaptive.provider.ProviderConnectionFactory

Packages that use ProviderConnectionFactory
org.ldaptive   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
 

Uses of ProviderConnectionFactory in org.ldaptive
 

Constructors in org.ldaptive with parameters of type ProviderConnectionFactory
DefaultConnectionFactory.DefaultConnection(ConnectionConfig cc, ProviderConnectionFactory<?> cf)
          Creates a new default connection.
 

Uses of ProviderConnectionFactory in org.ldaptive.provider
 

Classes in org.ldaptive.provider that implement ProviderConnectionFactory
 class AbstractProviderConnectionFactory<T extends ProviderConfig>
          Provides a basic implementation for other connection factories to inherit.
 

Methods in org.ldaptive.provider that return ProviderConnectionFactory
 ProviderConnectionFactory<T> Provider.getConnectionFactory(ConnectionConfig cc)
          Returns the connection factory for this provider.
 

Uses of ProviderConnectionFactory in org.ldaptive.provider.jndi
 

Classes in org.ldaptive.provider.jndi that implement ProviderConnectionFactory
 class JndiConnectionFactory
          Creates connections using the JNDI InitialLdapContext class.
 class JndiStartTLSConnectionFactory
          Creates connections using the JNDI InitialLdapContext class with the startTLS extended operation.
 

Methods in org.ldaptive.provider.jndi that return ProviderConnectionFactory
 ProviderConnectionFactory<JndiProviderConfig> JndiProvider.getConnectionFactory(ConnectionConfig cc)
          Returns the connection factory for this provider.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.