This type is a class for model objects.
Specifies the run-as identity to be used for the execution of the methods of an enterprise bean. It contains an optional description, and the name of a security role.
Package: commonAttributes Summary | |
description : EString | @version J2EE1.4 deprecated, becomes descriptions The description is used by the ejb-jar file producer to provide text describing the run as identity. The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents. |
roleName : EString | The role-name element contains the name of a security role. The name must conform to the lexical rules for an NMTOKEN. |
descriptions : Description * | * No description is available * |
Attribute Details |