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