|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.configuration.InterceptorConfiguration
A configuration for Interceptor
.
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 |
protected InterceptorConfiguration()
Method Detail |
public Interceptor getInterceptor()
Interceptor
that this configuration
configures.
protected void setInterceptor(Interceptor authenticator)
Interceptor
that this configuration
configures.
public java.lang.String getName()
Interceptor
.
protected void setName(java.lang.String name)
Interceptor
.
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 |