org.apache.openejb.jee
Class RunAs

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

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

Field Detail

description

protected java.util.List<Text> description

roleName

protected java.lang.String roleName

id

protected java.lang.String id
Constructor Detail

RunAs

public RunAs()

RunAs

public RunAs(java.lang.String roleName)
Method Detail

getDescription

public java.util.List<Text> getDescription()

getRoleName

public java.lang.String getRoleName()

setRoleName

public void setRoleName(java.lang.String value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


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