Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorValidatorSecurityQuestions
-
Packages that use MyAuthenticationFactorValidatorSecurityQuestions Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorValidatorSecurityQuestions in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorValidatorSecurityQuestions Modifier and Type Method Description MyAuthenticationFactorValidatorSecurityQuestionsMyAuthenticationFactorValidatorSecurityQuestions.Builder. build()Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MyAuthenticationFactorValidatorSecurityQuestions Modifier and Type Method Description List<MyAuthenticationFactorValidatorSecurityQuestions>MyAuthenticationFactorValidator. getSecurityQuestions()List of security questions the user has submitted to get authenticated.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorValidatorSecurityQuestions Modifier and Type Method Description MyAuthenticationFactorValidatorSecurityQuestions.BuilderMyAuthenticationFactorValidatorSecurityQuestions.Builder. copy(MyAuthenticationFactorValidatorSecurityQuestions model)Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MyAuthenticationFactorValidatorSecurityQuestions Modifier and Type Method Description MyAuthenticationFactorValidator.BuilderMyAuthenticationFactorValidator.Builder. securityQuestions(List<MyAuthenticationFactorValidatorSecurityQuestions> securityQuestions)List of security questions the user has submitted to get authenticated.
-