|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.interceptor.AbstractInterceptor (src)
org.jboss.jmx.connector.invoker.AuthenticationInterceptor
A security interceptor that requires an authorized user for invoke(Invocation) operation calls when the SecurityDomain and SecurityMgr attributes are specified. Access to attributes and the MBeanInfo are not intercepted.
Interceptor
(src) Field Summary |
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src) |
isShared, log, name |
Constructor Summary | |
AuthenticationInterceptor()
|
Method Summary | |
java.lang.Object |
invoke(Invocation (src) invocation)
The default invoke implementation queries the invocation object for the next interceptor in the chain. |
void |
setSecurityDomain(java.lang.String securityDomain)
|
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src) |
destroy, getName, init, 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 |
public AuthenticationInterceptor()
Method Detail |
public void setSecurityDomain(java.lang.String securityDomain) throws java.lang.Exception
java.lang.Exception
public java.lang.Object invoke(Invocation (src) invocation) throws java.lang.Throwable
AbstractInterceptor (src)
Concrete implementations should override this method to implement their specific application logic.
invoke
in interface Interceptor (src)
invoke
in class AbstractInterceptor (src)
invocation
-
java.lang.Throwable
Invocation
(src) ,
MBeanInvoker
(src)
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |