Class LoginFailedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class LoginFailedEvent
    extends io.micronaut.context.event.ApplicationEvent
    Event triggered when an unsuccessful login takes place.
    Since:
    1.0
    Author:
    Sergio del Amo
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginFailedEvent​(java.lang.Object source)
      Event triggered when an unsuccessful login takes place.
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LoginFailedEvent

        public LoginFailedEvent​(java.lang.Object source)
        Event triggered when an unsuccessful login takes place.
        Parameters:
        source - the AuthenticationFailed object signalising the authentication failure and reason.
        Throws:
        java.lang.IllegalArgumentException - if source is null.