Interface OnUserLoginListener

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 OnUserLoginListener extends SsoEventListener
A listener invoked on user login event from SSO SAML2 or OIDC protocols.

The listener is invoked after the user has been authenticated, and it contains the user information coming from the protocol.

Since:
6.2.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUserLogin(ExternalLoginContext anExternalLoginContext)