org.jboss.mx.interceptor
Class SecurityInterceptor

java.lang.Object
  extended byorg.jboss.mx.interceptor.AbstractInterceptor (src) 
      extended byorg.jboss.mx.interceptor.SecurityInterceptor
All Implemented Interfaces:
Interceptor (src)

public final class SecurityInterceptor
extends AbstractInterceptor (src)

Security interceptor.

See Also:
Interceptor (src) , LogInterceptor (src)

Field Summary
 
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src)
isShared, log, name
 
Constructor Summary
SecurityInterceptor()
           
 
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src)
destroy, getName, init, invoke, isShared, setLogger, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityInterceptor

public SecurityInterceptor()