|
||||||||||
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
org.apache.directory.server.core.configuration.MutableAuthenticatorConfiguration
public class MutableAuthenticatorConfiguration
A mutable version of AuthenticatorConfiguration
.
Constructor Summary | |
---|---|
MutableAuthenticatorConfiguration()
Creates a new instance. |
Method Summary | |
---|---|
void |
setAuthenticator(Authenticator authenticator)
Sets the Authenticator to configure. |
void |
setName(java.lang.String name)
Sets the user-defined name of the Authenticator that
this configuration configures. |
Methods inherited from class org.apache.directory.server.core.configuration.AuthenticatorConfiguration |
---|
getAuthenticator, getName, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MutableAuthenticatorConfiguration()
Method Detail |
---|
public void setAuthenticator(Authenticator authenticator)
AuthenticatorConfiguration
Authenticator
to configure.
setAuthenticator
in class AuthenticatorConfiguration
public void setName(java.lang.String name)
AuthenticatorConfiguration
Authenticator
that
this configuration configures.
setName
in class AuthenticatorConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |