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