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