Package sonia.scm.security
Class LogoutEvent
java.lang.Object
sonia.scm.security.LogoutEvent
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
LogoutEvent
public LogoutEvent()
-