站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.jboss.mx.interceptor.AbstractInterceptor
      extended byorg.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

Field Summary
 
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor
isShared, log, name
 
Constructor Summary
AuthenticationInterceptor()
           
 
Method Summary
 Object invoke(org.jboss.mx.server.Invocation invocation)
           
 void setSecurityDomain(String securityDomain)
           
 
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor
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

AuthenticationInterceptor

public AuthenticationInterceptor()
Method Detail

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.