Class LogoutEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.security.event.SecurityEvent
io.micronaut.security.event.LogoutEvent
All Implemented Interfaces:
Serializable

public class LogoutEvent extends SecurityEvent
Event triggered when the user logs out.
Since:
1.0
Author:
Sergio del Amo
See Also:
  • Constructor Details

    • LogoutEvent

      public LogoutEvent(Object source, String host, Locale locale)
      Event triggered when the user logs out.
      Parameters:
      source - The Authentication of the user logging out.
      host - The hostname from the request
      locale - The locale of the request
      Throws:
      IllegalArgumentException - if source is null.
      Since:
      4.7.0