Interface AuditLogFilter


public interface AuditLogFilter
Filtering of audit data.
  • Method Details

    • isAdditionalAuditingEnabled

      boolean isAdditionalAuditingEnabled()
      Returns:
      true if detail auditing is enabled.
    • suppressAttribute

      boolean suppressAttribute(String name, AuditDto.ResponseAttributeValue value)
      Parameters:
      name -
      value -
      Returns:
      true if attribute must be suppressed in audit
    • suppressField

      boolean suppressField(String name, Object value)
      Parameters:
      name -
      value -
      Returns:
      true if field must be suppressed in audit