Package alpine.auth
Annotation Type PermissionRequired
-
@Inherited @Retention(RUNTIME) @Target(METHOD) @Documented public @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
-
-
Element Detail
-
value
String[] value
An array of permissions.- Returns:
- an array of permissions
-
-