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.

@FunctionalInterface public interface OnUserLogoutListener extends SsoEventListener
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 Type
    Method
    Description
    void
    OnUserLogout(ExternalLogoutContext anExternalLogoutContext)