此内容没有您所选择的语言版本。
14.4.2. EJB Method Permissions
14.4.2.1. About EJB Method Permissions 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
EJB provides a
<method-permisison>
element declaration. This declaration sets the roles which are allowed to invoke an EJB's interface methods. You can specify permissions for the following combinations:
- All home and component interface methods of the named EJB
- A specified method of the home or component interface of the named EJB
- A specified method within a set of methods with an overloaded name
For examples, see Section 14.4.2.2, “Use EJB Method Permissions”.