Uses of Class
org.ow2.jonas.deployment.common.xml.RunAs

Packages that use RunAs
org.ow2.jonas.deployment.ejb.xml   
org.ow2.jonas.deployment.web   
org.ow2.jonas.deployment.web.xml   
 

Uses of RunAs in org.ow2.jonas.deployment.ejb.xml
 

Methods in org.ow2.jonas.deployment.ejb.xml that return RunAs
 RunAs SecurityIdentity.getRunAs()
          Gets the run-as
 

Methods in org.ow2.jonas.deployment.ejb.xml with parameters of type RunAs
 void SecurityIdentity.setRunAs(RunAs runAs)
          Set the run-as
 

Uses of RunAs in org.ow2.jonas.deployment.web
 

Methods in org.ow2.jonas.deployment.web that return RunAs
 RunAs ServletDesc.getServletRunAS()
           
 

Uses of RunAs in org.ow2.jonas.deployment.web.xml
 

Methods in org.ow2.jonas.deployment.web.xml that return RunAs
 RunAs Servlet.getRunAs()
          Gets the run-as
 

Methods in org.ow2.jonas.deployment.web.xml with parameters of type RunAs
 void Servlet.setRunAs(RunAs runAs)
          Set the run-as
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.