org.jboss.jmx.connector.invoker
Class AuthenticationInterceptor
java.lang.Object
org.jboss.mx.interceptor.AbstractInterceptor
org.jboss.jmx.connector.invoker.AuthenticationInterceptor
- All Implemented Interfaces:
- Interceptor
public final class AuthenticationInterceptor
- extends AbstractInterceptor
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.
- Version:
- $Revision: 81030 $
- Author:
- Juha Lindfors., Scott.Stark@jboss.org
- See Also:
Interceptor
AuthenticationInterceptor
public AuthenticationInterceptor()
setSecurityDomain
public void setSecurityDomain(String securityDomain)
throws Exception
- Throws:
Exception
invoke
public Object invoke(Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface Interceptor
- Overrides:
invoke
in class AbstractInterceptor
- Parameters:
invocation
-
- Returns:
-
- Throws:
Throwable
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.