Package org.mockserver.mock.audit
Class AuditEntry
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.mock.audit.AuditEntry
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 Summary
Constructors -
Method Summary
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
AuditEntry
-
-
Method Details
-
getEpochTimeMs
public long getEpochTimeMs() -
getMethod
-
getPath
-
getOperation
-
getSourceAddress
-
getPrincipal
-
getPrincipalSource
-
getOutcome
-
getSummary
-