当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
AuthenticationInterceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.jmx.connector.invoker
Class AuthenticationInterceptor
java.lang.Object
org.jboss.mx.interceptor.AbstractInterceptor
org.jboss.jmx.connector.invoker.AuthenticationInterceptor
- All Implemented Interfaces:
- org.jboss.mx.interceptor.Interceptor
- public final class AuthenticationInterceptor
- extends org.jboss.mx.interceptor.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: 1.3.8.1 $
- Author:
- Juha Lindfors., Scott.Stark@jboss.org
- See Also:
Interceptor
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor |
isShared, log, name |
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor |
destroy, getName, init, isShared, setLogger, setName, start, stop, toString |
AuthenticationInterceptor
public AuthenticationInterceptor()
setSecurityDomain
public void setSecurityDomain(String securityDomain)
throws Exception
- Throws:
Exception
invoke
public Object invoke(org.jboss.mx.server.Invocation invocation)
throws Throwable
- Parameters:
invocation
-
- Returns:
-
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.