Class DefaultUnsuccessfulAuthenticationCounter

  • All Implemented Interfaces:
    UnsuccessfulAuthenticationCounter

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