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 Summary
Modifier and TypeMethodDescriptionvoid
Breaks any existing login session.boolean
-
Method Details
-
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.
-