Class AuthenticatorStepContext
java.lang.Object
pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
- Direct Known Subclasses:
AuthenticationStepContext
Describes authenticator context of authentication: in which realm it happens (or happened), what flow is used,
which factor it was which can be 1 or 2 (at least until we start support 3rd factor authn).
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAuthenticatorStepContext
(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor) -
Method Summary
-
Field Details
-
realm
-
selectedAuthnFlow
-
factor
-
endpointPath
-
-
Constructor Details
-
AuthenticatorStepContext
public AuthenticatorStepContext(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor) -
AuthenticatorStepContext
-