Class InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail
-
- Enclosing class:
- InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
public static class InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail extends Object
-
-
Field Summary
Fields Modifier and Type Field Description PartialAuthnState
postFirstFactorResult
-
Constructor Summary
Constructors Constructor Description SecondFactorDetail(PartialAuthnState postFirstFactorResult)
-
-
-
Field Detail
-
postFirstFactorResult
public final PartialAuthnState postFirstFactorResult
-
-
Constructor Detail
-
SecondFactorDetail
public SecondFactorDetail(PartialAuthnState postFirstFactorResult)
-
-