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