public final class AuthenticationRequestPropertySource extends AbstractPropertySource<AuthenticationRequest>
AuthenticationRequest and returns an initialized object of
that type.PropertySource.PropertyDomain| Modifier and Type | Field and Description |
|---|---|
private static AuthenticationRequestPropertyInvoker |
INVOKER
Invoker for authentication request.
|
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,
java.util.Properties props)
Creates a new authentication request property source.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new authentication request property source.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
java.io.Reader... readers)
Creates a new authentication request property source.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
java.lang.String... paths)
Creates a new authentication request 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 AuthenticationRequestPropertyInvoker INVOKER
public AuthenticationRequestPropertySource(AuthenticationRequest request)
request - authentication request to set properties onpublic AuthenticationRequestPropertySource(AuthenticationRequest request, java.lang.String... paths)
request - authentication request to set properties onpaths - to read properties frompublic AuthenticationRequestPropertySource(AuthenticationRequest request, java.io.Reader... readers)
request - authentication request to set properties onreaders - to read properties frompublic AuthenticationRequestPropertySource(AuthenticationRequest request, java.util.Properties props)
request - authentication request to set properties onprops - to read properties frompublic AuthenticationRequestPropertySource(AuthenticationRequest request, PropertySource.PropertyDomain domain, java.util.Properties props)
request - authentication request to set properties ondomain - that properties are inprops - to read properties frompublic void initialize()
PropertySourcepublic static java.util.Set<java.lang.String> getProperties()