Interface IdPLoginController.IdPLoginHandler

  • Enclosing class:
    IdPLoginController

    public static interface IdPLoginController.IdPLoginHandler
    Implemented by an IdP endpoint and registered with IdPLoginController to inform it about authentications against the IdP.
    Author:
    K. Benedyczak
    • Method Detail

      • isLoginInProgress

        boolean isLoginInProgress()
        Returns:
        true if IdP of this handler has a login in progress
      • breakLogin

        void breakLogin()
        Breaks any existing login session. Shall ignore an invocation if there is no login in progress.