Interface UnsuccessfulAuthenticationCounter
-
- All Known Implementing Classes:
DefaultUnsuccessfulAuthenticationCounter
,NoOpLoginCounter
public interface UnsuccessfulAuthenticationCounter
Counts unsuccessful authentication attempts per client's IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getRemainingBlockedTime(String ip)
void
successfulAttempt(String ip)
void
unsuccessfulAttempt(String ip)
-