javax.annotation.security |
EJB 3.0 API
API used by EJB 3.0 container for security part.
|
Java Source File Name | Type | Comment |
DeclareRoles.java | Annotation | Roles defined on a class. |
DenyAll.java | Annotation | No roles are authorized to call this method. |
PermitAll.java | Annotation | Every roles can invole this method or all methods of a given class. |
RolesAllowed.java | Annotation | List of roles allowed to invoke a given method or all methods of a given class. |
RunAs.java | Annotation | Run-As role used on the class. |