Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorValidator.PreferenceType
-
Packages that use MyAuthenticationFactorValidator.PreferenceType Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorValidator.PreferenceType in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorValidator.PreferenceType Modifier and Type Method Description static MyAuthenticationFactorValidator.PreferenceTypeMyAuthenticationFactorValidator.PreferenceType. create(String key)MyAuthenticationFactorValidator.PreferenceTypeMyAuthenticationFactorValidator. getPreferenceType()Indicates whether to user passwordless factor to be updated or mfa factor to be updatedstatic MyAuthenticationFactorValidator.PreferenceTypeMyAuthenticationFactorValidator.PreferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static MyAuthenticationFactorValidator.PreferenceType[]MyAuthenticationFactorValidator.PreferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorValidator.PreferenceType Modifier and Type Method Description MyAuthenticationFactorValidator.BuilderMyAuthenticationFactorValidator.Builder. preferenceType(MyAuthenticationFactorValidator.PreferenceType preferenceType)Indicates whether to user passwordless factor to be updated or mfa factor to be updated
-