Class AuthenticatorStepContext
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
-
- Direct Known Subclasses:
AuthenticationStepContext
public class AuthenticatorStepContext extends Object
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
Nested Classes Modifier and Type Class Description static class
AuthenticatorStepContext.FactorOrder
-
Field Summary
Fields Modifier and Type Field Description String
endpointPath
AuthenticatorStepContext.FactorOrder
factor
AuthenticationRealm
realm
AuthenticationFlow
selectedAuthnFlow
-
Constructor Summary
Constructors Constructor Description AuthenticatorStepContext(AuthenticatorStepContext toClone)
AuthenticatorStepContext(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor)
-
-
-
Field Detail
-
realm
public final AuthenticationRealm realm
-
selectedAuthnFlow
public final AuthenticationFlow selectedAuthnFlow
-
factor
public final AuthenticatorStepContext.FactorOrder factor
-
endpointPath
public final String endpointPath
-
-
Constructor Detail
-
AuthenticatorStepContext
public AuthenticatorStepContext(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor)
-
AuthenticatorStepContext
public AuthenticatorStepContext(AuthenticatorStepContext toClone)
-
-