Annotation Interface AccessRequired.To

Enclosing class:
AccessRequired

@Target(FIELD) @Retention(RUNTIME) public static @interface AccessRequired.To
Declares access control on an existing, non-null ConfigBean. The system gets the name of the resource from the ConfigBean itself and authorizes the specified actions using that resource.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Action(s) to be authorized on the ConfigBean
  • Element Details

    • value

      String[] value
      Action(s) to be authorized on the ConfigBean
      Returns: