Class InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
java.lang.Object
pl.edu.icm.unity.engine.api.authn.InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
- Enclosing interface:
- InteractiveAuthenticationProcessor
public static class InteractiveAuthenticationProcessor.PostAuthenticationStepDecision
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptiongoToSecondFactor
(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail secondFactorDetail) unknownRemoteUser
(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail unknownRemoteUserDetail)
-
Method Details
-
unknownRemoteUser
public static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision unknownRemoteUser(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail unknownRemoteUserDetail) -
error
-
goToSecondFactor
public static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision goToSecondFactor(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail secondFactorDetail) -
completed
-
getDecision
-
getUnknownRemoteUserDetail
public InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail getUnknownRemoteUserDetail() -
getErrorDetail
public InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail getErrorDetail() -
getSecondFactorDetail
public InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail getSecondFactorDetail()
-