Uses of Annotation Interface
vaultWeb.security.annotations.AuditSecurityEvent
Packages that use AuditSecurityEvent
-
Uses of AuditSecurityEvent in vaultWeb.controllers
Methods in vaultWeb.controllers with annotations of type AuditSecurityEventModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> UserController.changePassword(@Valid ChangePasswordRequest request) org.springframework.http.ResponseEntity<?> UserController.login(@Valid LoginRequest loginRequest, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<?> org.springframework.http.ResponseEntity<String> -
Uses of AuditSecurityEvent in vaultWeb.security.aspects
Methods in vaultWeb.security.aspects with parameters of type AuditSecurityEventModifier and TypeMethodDescriptionvoidSecurityAuditAspect.logFailure(org.aspectj.lang.JoinPoint joinPoint, AuditSecurityEvent auditSecurityEvent, Throwable ex) Logs failed security operations.voidSecurityAuditAspect.logSuccess(org.aspectj.lang.JoinPoint joinPoint, AuditSecurityEvent auditSecurityEvent, Object result) Logs successful security operations.