Uses of Class
com.loomcache.springboot.security.RateLimitFilter
Packages that use RateLimitFilter
-
Uses of RateLimitFilter in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return RateLimitFilterModifier and TypeMethodDescriptionSecurityConfig.rateLimitFilter(RateLimitProperties properties) BLK-2026-04-22-008: build the REST rate-limit filter used inside Spring Security.Methods in com.loomcache.springboot.config that return types with arguments of type RateLimitFilterModifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.FilterRegistrationBean<RateLimitFilter> SecurityConfig.rateLimitFilterRegistration(RateLimitFilter filter) Methods in com.loomcache.springboot.config with parameters of type RateLimitFilterModifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.FilterRegistrationBean<RateLimitFilter> SecurityConfig.rateLimitFilterRegistration(RateLimitFilter filter) org.springframework.security.web.SecurityFilterChainSecurityConfig.securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, RestUserLockoutManager restUserLockoutManager, org.springframework.beans.factory.ObjectProvider<JwtTokenService> jwtTokenServiceProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.server.autoconfigure.ServerProperties> serverPropertiesProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties> managementServerPropertiesProvider, RateLimitFilter rateLimitFilter, RestWriteSafetyProperties restWriteSafetyProperties, PublicEndpointProperties publicEndpointProperties, LoomProperties loomProperties) Configure the HTTP security filter chain. -
Uses of RateLimitFilter in com.loomcache.springboot.security
Constructors in com.loomcache.springboot.security with parameters of type RateLimitFilterModifierConstructorDescriptionJwtBearerAuthenticationFilter(JwtTokenService tokenService, @Nullable RateLimitFilter authenticationFailureRateLimiter)