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 : StringThe description is used by the ejb-jar file producer to provide text describing the run as identity.
roleName : StringThe 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


Copyright IBM Corp. 1996-2002