org.apache.openejb.jee
Class RunAs

java.lang.Object
  extended by org.apache.openejb.jee.RunAs

public class RunAs
extends Object

The run-asType specifies the run-as identity to be used for the execution of a component. It contains an optional description, and the name of a security role.


Field Summary
protected  List<Text> description
           
protected  String id
           
protected  String roleName
           
 
Constructor Summary
RunAs()
           
RunAs(String roleName)
           
 
Method Summary
 List<Text> getDescription()
           
 String getId()
           
 String getRoleName()
           
 void setId(String value)
           
 void setRoleName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

roleName

protected String roleName

id

protected String id
Constructor Detail

RunAs

public RunAs()

RunAs

public RunAs(String roleName)
Method Detail

getDescription

public List<Text> getDescription()

getRoleName

public String getRoleName()

setRoleName

public void setRoleName(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.