public final class BindAuthenticationHandlerPropertySource extends AbstractPropertySource<BindAuthenticationHandler>
BindAuthenticationHandler and returns an initialized object of that type.PropertySource.PropertyDomain| Modifier and Type | Field and Description |
|---|---|
private static BindAuthenticationHandlerPropertyInvoker |
INVOKER
Invoker for bind authentication handler.
|
extraProps, logger, object, properties, PROPERTIES_FILE, propertiesDomain| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.String> |
getProperties()
Returns the property names for this property source.
|
void |
initialize()
Initializes the object for this property source.
|
initializeObject, loadProperties, loadPropertiesprivate static final BindAuthenticationHandlerPropertyInvoker INVOKER
public BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler)
handler - bind authentication handler to invoke properties onpublic BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler, java.lang.String... paths)
handler - bind authentication handler to invoke properties onpaths - to read properties frompublic BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler, java.io.Reader... readers)
handler - bind authentication handler to invoke properties onreaders - to read properties frompublic BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler, java.util.Properties props)
handler - bind authentication handler to invoke properties onprops - to read properties frompublic BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler, PropertySource.PropertyDomain domain, java.util.Properties props)
handler - bind authentication handler to invoke properties ondomain - that properties are inprops - to read properties frompublic void initialize()
PropertySourcepublic static java.util.Set<java.lang.String> getProperties()