Annotation Type Audit


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Audit
    Audit annotation for JSON/RPC interfaces.

    Flag with @Audit all the JSON/RPC methods to be traced in audit-trail and submitted to the GroupAuditService.

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String action  
      int[] obfuscate
      List of positions of parameters to be obfuscated in audit-trail (i.e.
    • Element Detail

      • action

        String action
        Default:
        ""
      • obfuscate

        int[] obfuscate
        List of positions of parameters to be obfuscated in audit-trail (i.e. passwords)
        Default:
        {}