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.PreferenceType
MyAuthenticationFactorValidator.PreferenceType. create(String key)
MyAuthenticationFactorValidator.PreferenceType
MyAuthenticationFactorValidator. getPreferenceType()
Indicates whether to user passwordless factor to be updated or mfa factor to be updatedstatic MyAuthenticationFactorValidator.PreferenceType
MyAuthenticationFactorValidator.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.Builder
MyAuthenticationFactorValidator.Builder. preferenceType(MyAuthenticationFactorValidator.PreferenceType preferenceType)
Indicates whether to user passwordless factor to be updated or mfa factor to be updated
-