Annotation Interface AccessRightsBinding


@NameBinding @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AccessRightsBinding
JAX-RS name binding annotation used to restrict REST endpoint access based on required access rights. Apply to a resource class or method together with a filter that checks the specified rights values.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details