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