Package alpine.server.auth
Annotation Interface PermissionRequired
This annotation is intended to be used in conjunction with JAX-RS resources (methods) to
define what permissions are required to access the method.
- Since:
- 1.0.0
- Author:
- Steve Springett
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueAn array of permissions.- Returns:
- an array of permissions
-