org.openejb.security
Class EJBIdentityInterceptor

java.lang.Object
  extended byorg.openejb.security.EJBIdentityInterceptor
All Implemented Interfaces:
org.apache.geronimo.core.service.Interceptor

public final class EJBIdentityInterceptor
extends Object
implements org.apache.geronimo.core.service.Interceptor

An interceptor that invokes the bean under the caller's Subject. This allows control over what the bean's code can access via the standard Java Policy implementations.

Version:
$Revision: 445127 $ $Date: 2005-01-13 18:00:24 +0100 (Thu, 13 Jan 2005) $

Constructor Summary
EJBIdentityInterceptor(org.apache.geronimo.core.service.Interceptor next)
           
 
Method Summary
 org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBIdentityInterceptor

public EJBIdentityInterceptor(org.apache.geronimo.core.service.Interceptor next)
Method Detail

invoke

public org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
                                                         throws Throwable
Specified by:
invoke in interface org.apache.geronimo.core.service.Interceptor
Throws:
Throwable


Copyright © 1999-2006 OpenEJB. All Rights Reserved.