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,
Properties props)
Creates a new bind authentication handler property source.
|
BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new bind authentication handler property source.
|
BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler,
Reader... readers)
Creates a new bind authentication handler property source.
|
BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler,
String... paths)
Creates a new bind authentication handler property source.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
getProperties()
Returns the property names for this property source.
|
void |
initialize()
Initializes the object for this property source.
|
initializeObject, loadProperties, loadProperties
private static final BindAuthenticationHandlerPropertyInvoker INVOKER
public BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler)
handler
- bind authentication handler to invoke properties onpublic BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler, String... paths)
handler
- bind authentication handler to invoke properties onpaths
- to read properties frompublic BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler, Reader... readers)
handler
- bind authentication handler to invoke properties onreaders
- to read properties frompublic BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler, Properties props)
handler
- bind authentication handler to invoke properties onprops
- to read properties frompublic BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler, PropertySource.PropertyDomain domain, Properties props)
handler
- bind authentication handler to invoke properties ondomain
- that properties are inprops
- to read properties frompublic void initialize()
PropertySource
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.