Uses of Enum Class
pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext.FactorOrder
Packages that use AuthenticatorStepContext.FactorOrder
-
Uses of AuthenticatorStepContext.FactorOrder in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as AuthenticatorStepContext.FactorOrderMethods in pl.edu.icm.unity.engine.api.authn that return AuthenticatorStepContext.FactorOrderModifier 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.Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticatorStepContext.FactorOrderModifierConstructorDescriptionAuthenticationStepContext
(pl.edu.icm.unity.base.authn.AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, pl.edu.icm.unity.base.authn.AuthenticationOptionKey authnOptionId, AuthenticatorStepContext.FactorOrder factor, String endpointPath) AuthenticatorStepContext
(pl.edu.icm.unity.base.authn.AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor)