Uses of Enum Class
vaultWeb.security.annotations.SecurityEventType
Packages that use SecurityEventType
-
Uses of SecurityEventType in vaultWeb.security.annotations
Methods in vaultWeb.security.annotations that return SecurityEventTypeModifier and TypeMethodDescriptionstatic SecurityEventTypeReturns the enum constant of this class with the specified name.static SecurityEventType[]SecurityEventType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SecurityEventType in vaultWeb.services
Methods in vaultWeb.services with parameters of type SecurityEventTypeModifier and TypeMethodDescriptionvoidUserService.logSecurityEvent(User user, SecurityEventType eventType, String status, jakarta.servlet.http.HttpServletRequest request, String deviceId) Manually logs a security event (e.g. for external/custom actions).