Enterprise bean component security

 

An EJB module consists of one or more beans. One can use development tools such as WebSphere Studio Application Developer to develop an EJB module. One can also enforce security at the EJB method level.

One can assign a set of EJB methods to a set of one or more roles. When an EJB method is secured by associating a set of roles, grant at least one role in that set so that you can access that method. To exclude a set of EJB methods from being accessed by anyone mark them excluded. One can give everyone access to a set of enterprise beans method by clearing those methods. One can run enterprise beans as a different identity (runAs identity) before invoking other enterprise beans.

See also:

Securing enterprise bean applications

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.