|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.props.AbstractPropertySource<Authenticator>
org.ldaptive.props.AuthenticatorPropertySource
public final class AuthenticatorPropertySource
Reads properties specific to Authenticator 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 | |
|---|---|
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. |
|
| 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 AuthenticatorPropertySource(Authenticator a)
a - authenticator to set properties on
public AuthenticatorPropertySource(Authenticator a,
String... paths)
a - authenticator to set properties onpaths - to read properties from
public AuthenticatorPropertySource(Authenticator a,
Reader... readers)
a - authenticator to set properties onreaders - to read properties from
public AuthenticatorPropertySource(Authenticator a,
Properties props)
a - authenticator to set properties onprops - to read properties from
public AuthenticatorPropertySource(Authenticator a,
PropertySource.PropertyDomain domain,
Properties props)
a - authenticator 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 | |||||||||