Package com.illumon.util.audit
Class AuditEvent
java.lang.Object
com.illumon.util.audit.AuditEvent
public class AuditEvent extends Object
An encapsulation of the user-settable fields for the DbInternal.AuditEventLog.schema.
-
Method Summary
Modifier and Type Method Description static AuditEventBuilder
builder()
Optional<String>
getClientHost()
OptionalInt
getClientPort()
Optional<String>
getDetails()
Optional<String>
getEvent()
OptionalInt
getId()
Optional<String>
getNamespace()
Optional<String>
getProcess()
Optional<String>
getProcessInfoId()
Optional<String>
getProcessUser()
Optional<String>
getServerHost()
OptionalInt
getServerPort()
Optional<String>
getTable()
Optional<Instant>
getTimestamp()
Optional<com.fishlib.auth.UserContext>
getUserContext()