Annotation Type Audited

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String action
      If empty or null the method name will be used as the action identifier
      String[] extractParameters
      If a method parameter value should be recorded to the auditing log, but there is no extractor defined (e.g.
    • Element Detail

      • action

        String action
        If empty or null the method name will be used as the action identifier
        Returns:
        Default:
        ""
      • extractParameters

        String[] extractParameters
        If a method parameter value should be recorded to the auditing log, but there is no extractor defined (e.g. the value is a type without specific meaning, such as a String), this field can be used by adding two successive values: 1. Position of the given parameter, starting at 0, as String. Parameter name is not used, in case it is not available via reflection. 2. Key under which the value of the parameter should be recorded. There can be more than one such pair.
        Default:
        {}