Uses of Class
com.oracle.bmc.identitydomains.model.Setting.ReAuthFactor
-
Packages that use Setting.ReAuthFactor Package Description com.oracle.bmc.identitydomains.model -
-
Uses of Setting.ReAuthFactor in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Setting.ReAuthFactor Modifier and Type Method Description static Setting.ReAuthFactor
Setting.ReAuthFactor. create(String key)
static Setting.ReAuthFactor
Setting.ReAuthFactor. valueOf(String name)
Returns the enum constant of this type with the specified name.static Setting.ReAuthFactor[]
Setting.ReAuthFactor. 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 Setting.ReAuthFactor Modifier and Type Method Description List<Setting.ReAuthFactor>
Setting. getReAuthFactor()
If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use.Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type Setting.ReAuthFactor Modifier and Type Method Description Setting.Builder
Setting.Builder. reAuthFactor(List<Setting.ReAuthFactor> reAuthFactor)
If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use.
-