Interface AuditEntryFilter


public interface AuditEntryFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if given entry should be accepted by auditor implementation
  • Method Details

    • accept

      boolean accept(AuditEntry entry)
      Determines if given entry should be accepted by auditor implementation
      Parameters:
      entry - entry to be inspected
      Returns:
      true if entry should be stored otherwise false