Uses of Class
org.objectweb.jonas_ejb.lib.EJBInvocation

Packages that use EJBInvocation
org.objectweb.jonas_ejb.container   
 

Uses of EJBInvocation in org.objectweb.jonas_ejb.container
 

Methods in org.objectweb.jonas_ejb.container with parameters of type EJBInvocation
 void JSessionRemote.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
 void JHome.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
 void JFactory.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
 void JEntityRemote.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
 void JEntityLocal.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
 void JLocalHome.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
 void JServiceEndpoint.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
 void JSessionLocal.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
 void JStatefulFactory.checkSecurity(EJBInvocation ejbInv)
          Check if the access to the bean is authorized
protected  void JContainer.checkSecurity(String ejbName, EJBInvocation ejbInv, boolean inRunAs)
          Check Security.
 boolean PermissionManager.checkSecurity(String ejbName, EJBInvocation ejbInv, boolean inRunAs)
          Check the security for a given EJB signature method and for an EJB
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.