Uses of Class
org.ldaptive.provider.ProviderConfig

Packages that use ProviderConfig
org.ldaptive.props   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
 

Uses of ProviderConfig in org.ldaptive.props
 

Constructors in org.ldaptive.props with parameters of type ProviderConfig
ProviderConfigPropertySource(ProviderConfig pc)
          Creates a new provider config property source using the default properties file.
ProviderConfigPropertySource(ProviderConfig pc, Properties props)
          Creates a new provider config property source.
ProviderConfigPropertySource(ProviderConfig pc, PropertySource.PropertyDomain domain, Properties props)
          Creates a new provider config property source.
ProviderConfigPropertySource(ProviderConfig pc, Reader... readers)
          Creates a new provider config property source.
ProviderConfigPropertySource(ProviderConfig pc, String... paths)
          Creates a new provider config property source.
 

Uses of ProviderConfig in org.ldaptive.provider
 

Classes in org.ldaptive.provider with type parameters of type ProviderConfig
 class AbstractProviderConnectionFactory<T extends ProviderConfig>
          Provides a basic implementation for other connection factories to inherit.
 interface Provider<T extends ProviderConfig>
          Provides access to a provider specific connection factory.
 interface ProviderConnectionFactory<T extends ProviderConfig>
          Provides an interface for creating provider connections.
 

Uses of ProviderConfig in org.ldaptive.provider.jndi
 

Subclasses of ProviderConfig in org.ldaptive.provider.jndi
 class JndiProviderConfig
          Contains configuration data for the JNDI provider.
 



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