Uses of Interface
com.okta.sdk.resource.user.factor.SecurityQuestionUserFactorProfile
-
Packages that use SecurityQuestionUserFactorProfile Package Description com.okta.sdk.resource.user.factor -
-
Uses of SecurityQuestionUserFactorProfile in com.okta.sdk.resource.user.factor
Methods in com.okta.sdk.resource.user.factor that return SecurityQuestionUserFactorProfile Modifier and Type Method Description SecurityQuestionUserFactorProfile
SecurityQuestionUserFactor. getProfile()
SecurityQuestionUserFactorProfile
SecurityQuestionUserFactorProfile. setAnswer(java.lang.String answer)
SecurityQuestionUserFactorProfile
SecurityQuestionUserFactorProfile. setQuestion(java.lang.String question)
SecurityQuestionUserFactorProfile
SecurityQuestionUserFactorProfile. setQuestionText(java.lang.String questionText)
Methods in com.okta.sdk.resource.user.factor with parameters of type SecurityQuestionUserFactorProfile Modifier and Type Method Description SecurityQuestionUserFactor
SecurityQuestionUserFactor. setProfile(SecurityQuestionUserFactorProfile profile)
-