Security

There are no specific security settings for the startup beans. If you use the security features enabled for WebSphere® Application Server 6.0.2 Enterprise Edition, the default identity for the startup beans is system. That is, if you do not specify any deployment-related security settings for the startup beans, the identity of the startup beans is the same as the one used for WebSphere startup.

If the startup beans use some secured objects that require a different caller identity, you must enable the security identity of the startup beans. You must also define the identity's Run-As mode for the start() and stop() methods. Run-As mode specifies the credential information that the security service uses to determine the permissions that a principal has on various resources.