org.openejb.security
Class EJBSecurityInterceptor

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

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

An interceptor that performs the JACC EJB security check before continuing on w/ the interceptor stack call.

Version:
$Revision: 1.4 $ $Date: 2004/07/30 19:03:45 $

Constructor Summary
EJBSecurityInterceptor(org.apache.geronimo.core.service.Interceptor next, Object contextId, PermissionManager permissionManager)
           
 
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

EJBSecurityInterceptor

public EJBSecurityInterceptor(org.apache.geronimo.core.service.Interceptor next,
                              Object contextId,
                              PermissionManager permissionManager)
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-2005 OpenEJB. All Rights Reserved.