Uses of Annotation Interface
vaultWeb.security.annotations.ApiRateLimit
Packages that use ApiRateLimit
-
Uses of ApiRateLimit in vaultWeb.controllers
Methods in vaultWeb.controllers with annotations of type ApiRateLimitModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> UserController.changePassword(@Valid ChangePasswordRequest request) org.springframework.http.ResponseEntity<?> org.springframework.http.ResponseEntity<?> org.springframework.http.ResponseEntity<String> -
Uses of ApiRateLimit in vaultWeb.security.aspects
Methods in vaultWeb.security.aspects with parameters of type ApiRateLimitModifier and TypeMethodDescriptionRateLimitAspect.rateLimit(org.aspectj.lang.ProceedingJoinPoint joinPoint, ApiRateLimit apiRateLimit)