org.apache.directory.server.core.configuration
Class MutableAuthenticatorConfiguration

java.lang.Object
  extended by org.apache.directory.server.core.configuration.AuthenticatorConfiguration
      extended by org.apache.directory.server.core.configuration.MutableAuthenticatorConfiguration

public class MutableAuthenticatorConfiguration
extends AuthenticatorConfiguration

A mutable version of AuthenticatorConfiguration.

Version:
$Rev: 434579 $, $Date: 2006-08-24 20:19:11 -0400 (Thu, 24 Aug 2006) $
Author:
Apache Directory Project

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

MutableAuthenticatorConfiguration

public MutableAuthenticatorConfiguration()
Creates a new instance.

Method Detail

setAuthenticator

public void setAuthenticator(Authenticator authenticator)
Description copied from class: AuthenticatorConfiguration
Sets the Authenticator to configure.

Overrides:
setAuthenticator in class AuthenticatorConfiguration

setName

public void setName(java.lang.String name)
Description copied from class: AuthenticatorConfiguration
Sets the user-defined name of the Authenticator that this configuration configures.

Overrides:
setName in class AuthenticatorConfiguration