Annotation Interface 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
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of permissions.
  • Element Details

    • value

      String[] value
      An array of permissions.
      Returns:
      an array of permissions