Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext
-
Packages that use AuthenticatorStepContext Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of AuthenticatorStepContext in pl.edu.icm.unity.engine.api.authn
Subclasses of AuthenticatorStepContext in pl.edu.icm.unity.engine.api.authn Modifier and Type Class Description class
AuthenticationStepContext
Describes context of authentication: in which realm it happens (or happened), what flow is used, which option was used and which factor it was which can be 1 or 2 (at least until we start support 3rd factor authn).Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticatorStepContext Constructor Description AuthenticationStepContext(AuthenticatorStepContext authenticatorContext, AuthenticationOptionKey authnOptionId)
AuthenticatorStepContext(AuthenticatorStepContext toClone)
-