Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticatorStepContext.FactorOrder
-
Packages that use AuthenticatorStepContext.FactorOrder Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of AuthenticatorStepContext.FactorOrder in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as AuthenticatorStepContext.FactorOrder Modifier and Type Field Description AuthenticatorStepContext.FactorOrder
AuthenticatorStepContext. factor
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticatorStepContext.FactorOrder Modifier and Type Method Description static AuthenticatorStepContext.FactorOrder
AuthenticatorStepContext.FactorOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticatorStepContext.FactorOrder[]
AuthenticatorStepContext.FactorOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticatorStepContext.FactorOrder Constructor Description AuthenticationStepContext(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, AuthenticationOptionKey authnOptionId, AuthenticatorStepContext.FactorOrder factor, String endpointPath)
AuthenticatorStepContext(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor)
-