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
Modifier and TypeFieldDescriptionfinal String
final pl.edu.icm.unity.base.authn.AuthenticationRealm
final AuthenticationFlow
-
Constructor Summary
ConstructorDescriptionAuthenticatorStepContext
(pl.edu.icm.unity.base.authn.AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor) -
Method Summary
-
Field Details
-
realm
public final pl.edu.icm.unity.base.authn.AuthenticationRealm realm -
selectedAuthnFlow
-
factor
-
endpointPath
-
-
Constructor Details
-
AuthenticatorStepContext
public AuthenticatorStepContext(pl.edu.icm.unity.base.authn.AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor) -
AuthenticatorStepContext
-