Package | Description |
---|---|
org.ldaptive.props | |
org.ldaptive.provider | |
org.ldaptive.provider.jndi |
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 | Class and Description |
---|---|
class |
JndiProviderConfig
Contains configuration data for the JNDI provider.
|
Copyright © 2021. All rights reserved.