Class PartialAuthnState

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

public class PartialAuthnState extends Object
Provides information about partial state of authentication. Basing on the contents the framework should perform additional authentication or proceed to establish final authentication result.
Author:
K. Benedyczak
  • Constructor Details

  • Method Details

    • isSecondaryAuthenticationRequired

      public boolean isSecondaryAuthenticationRequired()
    • getSecondaryAuthenticator

      public BindingAuthn getSecondaryAuthenticator()
    • getPrimaryResult

      public AuthenticationResult getPrimaryResult()
    • getAuthenticationFlow

      public AuthenticationFlow getAuthenticationFlow()
    • getFirstFactorOptionId

      public pl.edu.icm.unity.base.authn.AuthenticationOptionKey getFirstFactorOptionId()