public final class AuthenticatorPropertySource extends AbstractPropertySource<Authenticator>
Authenticator and returns an initialized object of that type.PropertySource.PropertyDomainextraProps, logger, object, properties, PROPERTIES_FILE, propertiesDomain| Constructor and Description |
|---|
AuthenticatorPropertySource(Authenticator a)
Creates a new authenticator property source using the default properties file.
|
AuthenticatorPropertySource(Authenticator a,
Properties props)
Creates a new authenticator property source.
|
AuthenticatorPropertySource(Authenticator a,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new authenticator property source.
|
AuthenticatorPropertySource(Authenticator a,
Reader... readers)
Creates a new authenticator property source.
|
AuthenticatorPropertySource(Authenticator a,
String... paths)
Creates a new authenticator 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, loadPropertiespublic AuthenticatorPropertySource(Authenticator a)
a - authenticator to set properties onpublic AuthenticatorPropertySource(Authenticator a, String... paths)
a - authenticator to set properties onpaths - to read properties frompublic AuthenticatorPropertySource(Authenticator a, Reader... readers)
a - authenticator to set properties onreaders - to read properties frompublic AuthenticatorPropertySource(Authenticator a, Properties props)
a - authenticator to set properties onprops - to read properties frompublic AuthenticatorPropertySource(Authenticator a, PropertySource.PropertyDomain domain, Properties props)
a - authenticator to set properties ondomain - that properties are inprops - to read properties frompublic void initialize()
PropertySourceCopyright © 2023. All rights reserved.