|
Annotation Types Summary |
| Admin |
Indicates that the action method requires the user to be a member of the 'admin' role to invoke. |
| Delete |
|
| Insert |
|
| PermissionCheck |
Meta-annotation that designates an annotation as being a permission action,
requiring a security check prior to invoking the annotated method or class |
| Read |
|
| Restrict |
Used to restrict access to a Seam component, component method or entity. |
| RoleCheck |
Meta-annotation that designates an annotation as being a role,
requiring a security check prior to invoking the annotated method or class |
| TokenUsername |
Flags an entity field or method as representing the username for an authentication token |
| TokenValue |
Flags an entity field or method as representing the value for an authentication token |
| Update |
|