Class AuthenticationFailureEvent

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

    public class AuthenticationFailureEvent
    extends Object
    implements org.xwiki.observation.event.Event
    This event is triggered every time an authentication failure occurs.

    The event also send the following parameters:

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

      • AuthenticationFailureEvent

        public AuthenticationFailureEvent()
    • 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