Uses of Class
com.oracle.bmc.identitydomains.model.AccountRecoverySetting.Factors
-
Packages that use AccountRecoverySetting.Factors Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AccountRecoverySetting.Factors in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AccountRecoverySetting.Factors Modifier and Type Method Description static AccountRecoverySetting.Factors
AccountRecoverySetting.Factors. create(String key)
static AccountRecoverySetting.Factors
AccountRecoverySetting.Factors. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountRecoverySetting.Factors[]
AccountRecoverySetting.Factors. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AccountRecoverySetting.Factors Modifier and Type Method Description List<AccountRecoverySetting.Factors>
AccountRecoverySetting. getFactors()
The account recovery factor used (for example, email, mobile number (SMS), security questions, mobile application push or TOTP) to verify the identity of the user and reset the user’s password.Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AccountRecoverySetting.Factors Modifier and Type Method Description AccountRecoverySetting.Builder
AccountRecoverySetting.Builder. factors(List<AccountRecoverySetting.Factors> factors)
The account recovery factor used (for example, email, mobile number (SMS), security questions, mobile application push or TOTP) to verify the identity of the user and reset the user’s password.
-