Annotation Type SecuredOperation


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface SecuredOperation
    This annotation must be inserted on parameter that need a secure check by OperationName. Method must be annoted by @Secured
    Author:
    npiedeloup
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Returns the security configuration attributes (e.g.
    • Element Detail

      • value

        String value
        Returns the security configuration attributes (e.g. Operation read, Operation write).
        Returns:
        String The secure method attribute