Package com.okta.authn.sdk.resource
Interface SecurityQuestionFactorProfile
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource,FactorProfile,Map<String,Object>,com.okta.sdk.resource.PropertyRetriever,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultSecurityQuestionFactorProfile
public interface SecurityQuestionFactorProfile extends com.okta.sdk.resource.ExtensibleResource, FactorProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAnswer()StringgetQuestion()StringgetQuestionText()SecurityQuestionFactorProfilesetAnswer(String answer)SecurityQuestionFactorProfilesetQuestion(String question)SecurityQuestionFactorProfilesetQuestionText(String questionText)-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getAnswer
String getAnswer()
-
setAnswer
SecurityQuestionFactorProfile setAnswer(String answer)
-
getQuestion
String getQuestion()
-
setQuestion
SecurityQuestionFactorProfile setQuestion(String question)
-
getQuestionText
String getQuestionText()
-
setQuestionText
SecurityQuestionFactorProfile setQuestionText(String questionText)
-
-