Annotation Type AccessRequired.To


  • @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
      String[] value
      Action(s) to be authorized on the ConfigBean
    • Element Detail

      • value

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