Class UnsuccessfulAccessCounterBase

java.lang.Object
pl.edu.icm.unity.engine.api.authn.UnsuccessfulAccessCounterBase
All Implemented Interfaces:
UnsuccessfulAccessCounter
Direct Known Subclasses:
DefaultUnsuccessfulAuthenticationCounter, VaadinInternalUnsuccessfulRequestsCounter

public class UnsuccessfulAccessCounterBase extends Object implements UnsuccessfulAccessCounter
Counts unsuccessful access attempts per client's IP address. Configured with maximum number of attempts. Signals if the access should be blocked. Thread safe.
Author:
K. Benedyczak