Uses of Class
vaultWeb.dtos.user.SecurityEventDto
Packages that use SecurityEventDto
-
Uses of SecurityEventDto in vaultWeb.controllers
Methods in vaultWeb.controllers that return types with arguments of type SecurityEventDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SecurityEventDto>> UserController.getSecurityActivity() -
Uses of SecurityEventDto in vaultWeb.services
Methods in vaultWeb.services that return types with arguments of type SecurityEventDtoModifier and TypeMethodDescriptionUserService.getSecurityEvents(User user) Retrieves recent security events for a specific user, ordered chronologically (newest first).