Class AuditEntry


public class AuditEntry extends ObjectWithReflectiveEqualsHashCodeToString
A single control-plane audit record: one mutation (or, when read auditing is enabled, one read) of the MockServer control plane, capturing who/what/when/ where/outcome. Deliberately stores NO request headers and NO request body — only redacted, structural metadata — so the audit log can never become a sink for secrets.

Records are append-only and immutable once constructed (see AuditStore).

  • Constructor Details

  • Method Details

    • getEpochTimeMs

      public long getEpochTimeMs()
    • getMethod

      public String getMethod()
    • getPath

      public String getPath()
    • getOperation

      public String getOperation()
    • getSourceAddress

      public String getSourceAddress()
    • getPrincipal

      public String getPrincipal()
    • getPrincipalSource

      public String getPrincipalSource()
    • getOutcome

      public String getOutcome()
    • getSummary

      public String getSummary()