Uses of Interface
org.ldaptive.provider.Provider

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

Uses of Provider in org.ldaptive
 

Fields in org.ldaptive declared as Provider
protected static Provider<?> DefaultConnectionFactory.DEFAULT_PROVIDER
          Static reference to the default ldap provider.
 

Methods in org.ldaptive that return Provider
static Provider<?> DefaultConnectionFactory.getDefaultProvider()
          The DefaultConnectionFactory.PROVIDER property is checked and that class is loaded if provided.
 Provider<?> DefaultConnectionFactory.getProvider()
          Returns the ldap provider.
 

Methods in org.ldaptive with parameters of type Provider
 void DefaultConnectionFactory.setProvider(Provider<?> p)
          Sets the ldap provider.
 

Constructors in org.ldaptive with parameters of type Provider
DefaultConnectionFactory(ConnectionConfig cc, Provider<?> p)
          Creates a new default connection factory.
 

Uses of Provider in org.ldaptive.provider
 

Methods in org.ldaptive.provider that return Provider
 Provider<T> Provider.newInstance()
          Creates a new instance of this provider.
 

Uses of Provider in org.ldaptive.provider.jndi
 

Classes in org.ldaptive.provider.jndi that implement Provider
 class JndiProvider
          Exposes a connection factory for creating connections with JNDI.
 



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