Identity

@deprecatedUSED FOR COMPATIBILITY WITH EJB1.1 WEBSPHERE EXTENSION SUPPORT OF RUN AS. NOT USED FOR EJB2.0Specifies 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.If a run as specified identified identity is specified, a role name gets defined (at assembly time). At install time, the deployer should select one user who has that given role and a password for that user. This information will be placed in the application bindings.



 

Attributes Summary

roleName The name of a role for run as purposes.
description An optional description for the identity.

 

Attribute Details


roleName

The name of a role for run as purposes.

Data type:   String
Default value:   unspecified



description

An optional description for the identity.

Data type:   String
Default value:   unspecified