Class PartialAuthnState
java.lang.Object
pl.edu.icm.unity.engine.api.authn.PartialAuthnState
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 Summary
ConstructorDescriptionPartialAuthnState
(pl.edu.icm.unity.base.authn.AuthenticationOptionKey firstFactorOptionId, BindingAuthn secondaryAuthenticator, AuthenticationResult result, AuthenticationFlow flow) -
Method Summary
Modifier and TypeMethodDescriptionpl.edu.icm.unity.base.authn.AuthenticationOptionKey
boolean
-
Constructor Details
-
PartialAuthnState
public PartialAuthnState(pl.edu.icm.unity.base.authn.AuthenticationOptionKey firstFactorOptionId, BindingAuthn secondaryAuthenticator, AuthenticationResult result, AuthenticationFlow flow)
-
-
Method Details
-
isSecondaryAuthenticationRequired
public boolean isSecondaryAuthenticationRequired() -
getSecondaryAuthenticator
-
getPrimaryResult
-
getAuthenticationFlow
-
getFirstFactorOptionId
public pl.edu.icm.unity.base.authn.AuthenticationOptionKey getFirstFactorOptionId()
-