- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.web.servlet.AsyncHandlerInterceptor, org.springframework.web.servlet.HandlerInterceptor
public final class InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
extends AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
Attempts to throttle by both IP Address and username. Protects against instances where there is a NAT, such as
a local campus wireless network.
- Since:
- 3.3.5
- Author:
- Scott Battaglia