Class DefaultUnsuccessfulAuthenticationCounter
java.lang.Object
pl.edu.icm.unity.engine.api.authn.UnsuccessfulAccessCounterBase
pl.edu.icm.unity.engine.api.authn.DefaultUnsuccessfulAuthenticationCounter
- All Implemented Interfaces:
UnsuccessfulAccessCounter
Counts unsuccessful authentication attempts per client's IP address.
- Author:
- K. Benedyczak
-
Constructor Summary
-
Method Summary
Methods inherited from class pl.edu.icm.unity.engine.api.authn.UnsuccessfulAccessCounterBase
getRemainingBlockedTime, successfulAttempt, unsuccessfulAttempt
-
Constructor Details
-
DefaultUnsuccessfulAuthenticationCounter
public DefaultUnsuccessfulAuthenticationCounter(int maxAttepts, long blockTime)
-