Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorValidator.AuthFactor
-
Packages that use MyAuthenticationFactorValidator.AuthFactor Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorValidator.AuthFactor in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorValidator.AuthFactor Modifier and Type Method Description static MyAuthenticationFactorValidator.AuthFactorMyAuthenticationFactorValidator.AuthFactor. create(String key)MyAuthenticationFactorValidator.AuthFactorMyAuthenticationFactorValidator. getAuthFactor()Authentication Factor which is being validatedstatic MyAuthenticationFactorValidator.AuthFactorMyAuthenticationFactorValidator.AuthFactor. valueOf(String name)Returns the enum constant of this type with the specified name.static MyAuthenticationFactorValidator.AuthFactor[]MyAuthenticationFactorValidator.AuthFactor. 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.AuthFactor Modifier and Type Method Description MyAuthenticationFactorValidator.BuilderMyAuthenticationFactorValidator.Builder. authFactor(MyAuthenticationFactorValidator.AuthFactor authFactor)Authentication Factor which is being validated
-