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.
description
-
@since J2EE1.4 deprecated, becomes descriptionsThe 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. data type:
String
default Value:
unspecified
roleName
-
The role-name element contains the name of a security role.The name must conform to the lexical rules for an NMTOKEN. data type:
String
default Value:
unspecified
descriptions
-
data type:Description*