|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.props.AbstractPropertySource<AuthenticationRequest>
org.ldaptive.props.AuthenticationRequestPropertySource
public final class AuthenticationRequestPropertySource
Reads properties specific to AuthenticationRequest
and returns an initialized object of that type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.ldaptive.props.PropertySource |
|---|
PropertySource.PropertyDomain |
| Field Summary |
|---|
| Fields inherited from class org.ldaptive.props.AbstractPropertySource |
|---|
extraProps, logger, object, properties, PROPERTIES_FILE, propertiesDomain |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
static Set<String> |
getProperties()
Returns the property names for this property source. |
void |
initialize()
Initializes the object for this property source. |
| Methods inherited from class org.ldaptive.props.AbstractPropertySource |
|---|
initializeObject, loadProperties, loadProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationRequestPropertySource(AuthenticationRequest request)
request - authentication request to set properties on
public AuthenticationRequestPropertySource(AuthenticationRequest request,
String... paths)
request - authentication request to set properties onpaths - to read properties from
public AuthenticationRequestPropertySource(AuthenticationRequest request,
Reader... readers)
request - authentication request to set properties onreaders - to read properties from
public AuthenticationRequestPropertySource(AuthenticationRequest request,
Properties props)
request - authentication request to set properties onprops - to read properties from
public AuthenticationRequestPropertySource(AuthenticationRequest request,
PropertySource.PropertyDomain domain,
Properties props)
request - authentication request to set properties ondomain - that properties are inprops - to read properties from| Method Detail |
|---|
public void initialize()
public static Set<String> getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||