Uses of Interface
com.okta.authn.sdk.resource.SecurityQuestionFactorProfile
-
Packages that use SecurityQuestionFactorProfile Package Description com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of SecurityQuestionFactorProfile in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement SecurityQuestionFactorProfile Modifier and Type Class Description class
DefaultSecurityQuestionFactorProfile
Methods in com.okta.authn.sdk.impl.resource that return SecurityQuestionFactorProfile Modifier and Type Method Description SecurityQuestionFactorProfile
DefaultSecurityQuestionFactorProfile. setAnswer(java.lang.String answer)
SecurityQuestionFactorProfile
DefaultSecurityQuestionFactorProfile. setQuestion(java.lang.String question)
SecurityQuestionFactorProfile
DefaultSecurityQuestionFactorProfile. setQuestionText(java.lang.String questionText)
-
Uses of SecurityQuestionFactorProfile in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return SecurityQuestionFactorProfile Modifier and Type Method Description SecurityQuestionFactorProfile
SecurityQuestionFactorProfile. setAnswer(java.lang.String answer)
SecurityQuestionFactorProfile
SecurityQuestionFactorProfile. setQuestion(java.lang.String question)
SecurityQuestionFactorProfile
SecurityQuestionFactorProfile. setQuestionText(java.lang.String questionText)
-