org.openejb.security
Class EJBSecurityInterceptor

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

public final 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: 445411 $ $Date: 2005-04-18 21:05:16 +0200 (Mon, 18 Apr 2005) $

Constructor Summary
EJBSecurityInterceptor(org.apache.geronimo.core.service.Interceptor next, String policyContextID, 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,
                              String policyContextID,
                              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-2006 OpenEJB. All Rights Reserved.