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.1.2.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)

invoke

public Object invoke(org.jboss.mx.server.Invocation invocation)
              throws org.jboss.mx.server.InvocationException
Parameters:
invocation -
Returns:
Throws:
org.jboss.mx.server.InvocationException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.