Class IdPLoginController

java.lang.Object
pl.edu.icm.unity.engine.api.authn.IdPLoginController

@Component public class IdPLoginController extends Object
This component allows the generic Unity part (not IdP endpoint specific) to obtain information on the IdP login being performed and forcefully cleaning it.

So far the sole use case is handling of post-registration redirects which must clean authentications in progress before custom redirect (which effectively breaks the authentication protocol).

The class is thread safe.

Author:
K. Benedyczak
  • Constructor Details

  • Method Details

    • isLoginInProgress

      public boolean isLoginInProgress()
    • breakLogin

      public void breakLogin()