Uses of Interface
org.eclipse.jst.j2ee.ejb.MethodPermission

Packages that use MethodPermission
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of MethodPermission in org.eclipse.jst.j2ee.ejb
 

Methods in org.eclipse.jst.j2ee.ejb that return MethodPermission
 MethodPermission EjbFactory.createMethodPermission()
           
 MethodPermission AssemblyDescriptor.getMethodPermission(java.util.List securityRoles)
          Return the first method permission that contains all the roles in securityRoles and is the same size
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type MethodPermission
 boolean MethodPermission.isEquivalent(MethodPermission anotherMethodPermission)
          Return true if this MethodPermission and @anotherMethodPermission have the same roles.