Este contenido no está disponible en el idioma seleccionado.
14.4.2. EJB Method Permissions
14.4.2.1. About EJB Method Permissions Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
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”.