|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.configuration.AuthenticatorConfiguration
A configuration for Authenticator
.
Constructor Summary | |
protected |
AuthenticatorConfiguration()
Creates a new instance. |
Method Summary | |
Authenticator |
getAuthenticator()
Returns the Authenticator this configuration is configuring. |
java.lang.String |
getName()
Returns the user-defined name of the Authenticator that
this configuration configures.. |
protected void |
setAuthenticator(Authenticator authenticator)
Sets the Authenticator to configure. |
protected void |
setName(java.lang.String name)
Sets the user-defined name of the Authenticator that
this configuration configures. |
void |
validate()
Validates all properties of this configuration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected AuthenticatorConfiguration()
Method Detail |
public Authenticator getAuthenticator()
Authenticator
this configuration is configuring.
protected void setAuthenticator(Authenticator authenticator)
Authenticator
to configure.
public java.lang.String getName()
Authenticator
that
this configuration configures..
protected void setName(java.lang.String name)
Authenticator
that
this configuration configures.
public void validate()
ConfigurationException
- if this configuration is not valid.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |