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
Nested Classes Modifier and Type Class Description static class
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision
static class
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail
static class
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail
static class
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail
-
Method Summary
-
-
-
Method Detail
-
unknownRemoteUser
public static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision unknownRemoteUser(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail unknownRemoteUserDetail)
-
error
public static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision error(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail errorDetail)
-
goToSecondFactor
public static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision goToSecondFactor(InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail secondFactorDetail)
-
completed
public static InteractiveAuthenticationProcessor.PostAuthenticationStepDecision completed()
-
getDecision
public InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.Decision getDecision()
-
getUnknownRemoteUserDetail
public InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.UnknownRemoteUserDetail getUnknownRemoteUserDetail()
-
getErrorDetail
public InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail getErrorDetail()
-
getSecondFactorDetail
public InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.SecondFactorDetail getSecondFactorDetail()
-
-