Uses of Interface
com.okta.sdk.resource.SecurityQuestionUserFactorProfile
-
Packages that use SecurityQuestionUserFactorProfile Package Description com.okta.sdk.resource -
-
Uses of SecurityQuestionUserFactorProfile in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 with parameters of type SecurityQuestionUserFactorProfile Modifier and Type Method Description SecurityQuestionUserFactor
SecurityQuestionUserFactor. setProfile(SecurityQuestionUserFactorProfile profile)
-