Package vaultWeb.security.annotations
Annotation Interface AuditSecurityEvent
Annotation to mark methods that should trigger security audit logging.
When applied to a controller method, the SecurityAuditAspect
will log the security event with details including username, IP address, timestamp, and
success/failure status.
-
Required Element Summary
Required Elements
-
Element Details
-
value
SecurityEventType value
-