Uses of Enum Class
pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext.FactorOrder
-
Uses of AuthenticatorStepContext.FactorOrder in pl.edu.icm.unity.engine.api.authn
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AuthenticatorStepContext.FactorOrder[]
AuthenticatorStepContext.FactorOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAuthenticationStepContext
(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, AuthenticationOptionKey authnOptionId, AuthenticatorStepContext.FactorOrder factor, String endpointPath) AuthenticatorStepContext
(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor)