Class EJBMethodPermission

java.lang.Object
java.security.Permission
jakarta.security.jacc.EJBMethodPermission
All Implemented Interfaces:
Serializable, Guard

public final class EJBMethodPermission extends Permission
Class for Jakarta Enterprise Beans method permissions.

The name of an EJBMethodPermission contains the value of the ejb-name element in the application's deployment descriptor that identifies the target Jakarta Enterprise Bean.

The actions of an EJBMethodPermission identifies the methods of the Jakarta Enterprise Bean to which the permission applies.

Implementations of this class MAY implement newPermissionCollection or inherit its implementation from the super class.

Author:
Ron Monzillo, Gary Ellison
See Also: