org.jboss.test.web.interfaces
Interface RunAsTargetLocal

All Superinterfaces:
EJBLocalObject (src)

public interface RunAsTargetLocal
extends EJBLocalObject (src)

A session bean local interface used to test run-as behavior from a servlet


Method Summary
 void checkRunAs()
          A method deployed with method permissions such that only a run-as assignment will allow access.
 
Methods inherited from interface javax.ejb.EJBLocalObject (src)
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

checkRunAs

public void checkRunAs()
A method deployed with method permissions such that only a run-as assignment will allow access.