Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private T |
AbstractProviderConnectionFactory.providerConfig
Provider configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheLdapProviderConfig
Contains configuration data for the Apache Ldap provider.
|
Modifier and Type | Class and Description |
---|---|
class |
JLdapProviderConfig
Contains configuration data for the JLdap provider.
|
Modifier and Type | Class and Description |
---|---|
class |
JndiProviderConfig
Contains configuration data for the JNDI provider.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenDJProviderConfig
Contains configuration data for the OpenDJ provider.
|
Modifier and Type | Class and Description |
---|---|
class |
UnboundIDProviderConfig
Contains configuration data for the UnboundID provider.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.