org.apache.openejb.jee
Class RunAs
java.lang.Object
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.
Constructor Summary |
RunAs()
|
RunAs(java.lang.String roleName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected java.util.List<Text> description
roleName
protected java.lang.String roleName
id
protected java.lang.String id
RunAs
public RunAs()
RunAs
public RunAs(java.lang.String roleName)
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.