Identity
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.
Attributes Summary
description The description is used by the ejb-jar file producer to provide text describing the run as identity. roleName The role-name element contains the name of a security role.
Attribute Details
description
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.
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