Interface UnsuccessfulAccessCounter

All Known Implementing Classes:
DefaultUnsuccessfulAuthenticationCounter, NoOpLoginCounter, UnsuccessfulAccessCounterBase, VaadinInternalUnsuccessfulRequestsCounter

public interface UnsuccessfulAccessCounter
Counts unsuccessful authentication attempts per client's IP address.
  • Method Details

    • getRemainingBlockedTime

      long getRemainingBlockedTime(String ip)
    • unsuccessfulAttempt

      void unsuccessfulAttempt(String ip)
    • successfulAttempt

      void successfulAttempt(String ip)