Class AuditLog
java.lang.Object
com.ericbouchut.learndev.audit.entity.AuditLog
One security-relevant event (maps the
audit_logs table).
user is nullable on purpose: some events have no authenticated
subject (for example a reset request for an unknown email), and the trail
must survive user deletion (FK is ON DELETE SET NULL).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuditLog
public AuditLog()
-