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

java.lang.Object
  extended by org.apache.directory.server.core.configuration.InterceptorConfiguration
Direct Known Subclasses:
MutableInterceptorConfiguration

public class InterceptorConfiguration
extends java.lang.Object

A configuration for Interceptor.

Version:
$Rev: 434579 $, $Date: 2006-08-25 02:19:11 +0200 (Fri, 25 Aug 2006) $
Author:
Apache Directory Project

Constructor Summary
protected InterceptorConfiguration()
          Creates a new instance.
 
Method Summary
 Interceptor getInterceptor()
          Returns the Interceptor that this configuration configures.
 java.lang.String getName()
          Returns the name of the Interceptor.
protected  void setInterceptor(Interceptor authenticator)
          Sets the Interceptor that this configuration configures.
protected  void setName(java.lang.String name)
          Sets the name of the Interceptor.
 void validate()
          Validates this configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorConfiguration

protected InterceptorConfiguration()
Creates a new instance.

Method Detail

getInterceptor

public Interceptor getInterceptor()
Returns the Interceptor that this configuration configures.


setInterceptor

protected void setInterceptor(Interceptor authenticator)
Sets the Interceptor that this configuration configures.


getName

public java.lang.String getName()
Returns the name of the Interceptor.


setName

protected void setName(java.lang.String name)
Sets the name of the Interceptor.


validate

public void validate()
Validates this configuration.

Throws:
ConfigurationException - if this configuration is not valid.


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.