Class AuthenticationFailureLimitReachedEvent

  • All Implemented Interfaces:
    org.xwiki.observation.event.Event

    public class AuthenticationFailureLimitReachedEvent
    extends Object
    implements org.xwiki.observation.event.Event
    This event occurs when a login authentication failure reach the level defined in the configuration (e.g. an user failing his authentication 3 times in less than 5 minutes). See AuthenticationConfiguration.

    The event also send the following parameters:

    • source: the username (as a {java.lang.String}) used for the authentication.
    Since:
    13.1RC1
    Version:
    $Id: b674ad8487a911435b659d49619eb10deed0e377 $
    • Constructor Detail

      • AuthenticationFailureLimitReachedEvent

        public AuthenticationFailureLimitReachedEvent()
    • Method Detail

      • matches

        public boolean matches​(Object otherEvent)
        Specified by:
        matches in interface org.xwiki.observation.event.Event
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object