Class LogoutEvent

java.lang.Object
sonia.scm.security.LogoutEvent

@Event public class LogoutEvent extends Object
Event is fired whenever a user explicitly logs out. The event is not fired if a session expires or a token is blacklisted, the event is only fired if the user calls the rest method for the logout.
Since:
2.24.0
  • Constructor Details

    • LogoutEvent

      public LogoutEvent()