| Class | Description |
|---|---|
| AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter |
Implementation of a HandlerInterceptorAdapter that keeps track of a mapping
of IP Addresses to number of failures to authenticate.
|
| AbstractThrottledSubmissionHandlerInterceptorAdapter |
Abstract implementation of the handler that has all of the logic.
|
| InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter |
Attempts to throttle by both IP Address and username.
|
| InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter |
Throttles access attempts for failed logins by IP Address.
|
| InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter |
Works in conjunction with the Inspektr Library to block attempts to dictionary attack users.
|
| NeverThrottledSubmissionHandlerInterceptorAdapter |
An interceptor that does no authentication throttling.
|