Uses of Class
com.loomcache.springboot.security.RestUserLockoutManager
Packages that use RestUserLockoutManager
-
Uses of RestUserLockoutManager in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return RestUserLockoutManagerModifier and TypeMethodDescriptionSecurityConfig.restUserLockoutManager(RestUserLockoutProperties properties) Methods in com.loomcache.springboot.config with parameters of type RestUserLockoutManagerModifier and TypeMethodDescriptionorg.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 RestUserLockoutManager in com.loomcache.springboot.security
Constructors in com.loomcache.springboot.security with parameters of type RestUserLockoutManager