org.jboss.proxy.ejb
Class SecurityContextInterceptor

java.lang.Object
  extended by org.jboss.proxy.Interceptor
      extended by org.jboss.proxy.ejb.SecurityContextInterceptor
All Implemented Interfaces:
Externalizable, Serializable

public class SecurityContextInterceptor
extends Interceptor

Establishes a SecurityContext to be sent over the invocation

Since:
Nov 30, 2008
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor
nextInterceptor
 
Constructor Summary
SecurityContextInterceptor()
           
 
Method Summary
 Object invoke(Invocation invocation)
           
 
Methods inherited from class org.jboss.proxy.Interceptor
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityContextInterceptor

public SecurityContextInterceptor()
Method Detail

invoke

public Object invoke(Invocation invocation)
              throws Throwable
Specified by:
invoke in class Interceptor
Throws:
Throwable


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.