Interface OnUserLogoutListener
- All Superinterfaces:
SsoEventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener invoked on user logout event.
The listener is invoked after the user has been logged out, and it contains the user reference.
- Since:
- 6.2.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidOnUserLogout(ExternalLogoutContext anExternalLogoutContext)
-
Method Details
-
OnUserLogout
-