Uses of Class
com.oracle.bmc.identitydomains.model.UserExtSecQuestions
-
Packages that use UserExtSecQuestions Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtSecQuestions in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtSecQuestions Modifier and Type Method Description UserExtSecQuestions
UserExtSecQuestions.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type UserExtSecQuestions Modifier and Type Method Description List<UserExtSecQuestions>
ExtensionSecurityQuestionsUser. getSecQuestions()
The schema used to mnage security question and answers provided by a user for account recovery and/or MFA.Methods in com.oracle.bmc.identitydomains.model with parameters of type UserExtSecQuestions Modifier and Type Method Description UserExtSecQuestions.Builder
UserExtSecQuestions.Builder. copy(UserExtSecQuestions model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserExtSecQuestions Modifier and Type Method Description ExtensionSecurityQuestionsUser.Builder
ExtensionSecurityQuestionsUser.Builder. secQuestions(List<UserExtSecQuestions> secQuestions)
The schema used to mnage security question and answers provided by a user for account recovery and/or MFA.Constructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type UserExtSecQuestions Constructor Description ExtensionSecurityQuestionsUser(List<UserExtSecQuestions> secQuestions)
Deprecated.
-