- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.web.servlet.HandlerInterceptor
public final class InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter
extends AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
Throttles access attempts for failed logins by IP Address. This stores the attempts in memory. This is not good for a
clustered environment unless the intended behavior is that this blocking is per-machine.
- Since:
- 3.3.5
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia