| Package | Description |
|---|---|
| org.ldaptive.props |
| Constructor and Description |
|---|
BindConnectionInitializerPropertySource(BindConnectionInitializer initializer)
Creates a new bind connection initializer property source using the default properties file.
|
BindConnectionInitializerPropertySource(BindConnectionInitializer initializer,
java.util.Properties props)
Creates a new bind connection initializer property source.
|
BindConnectionInitializerPropertySource(BindConnectionInitializer initializer,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new bind connection initializer property source.
|
BindConnectionInitializerPropertySource(BindConnectionInitializer initializer,
java.io.Reader... readers)
Creates a new bind connection initializer property source.
|
BindConnectionInitializerPropertySource(BindConnectionInitializer initializer,
java.lang.String... paths)
Creates a new bind connection initializer property source.
|