Annotation Interface AuditSecurityEvent


@Target(METHOD) @Retention(RUNTIME) public @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
    Modifier and Type
    Required Element
    Description