public final class SecurityAnswerVerificationConfig extends AbstractKbaStageConfig<SecurityAnswerVerificationConfig>
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
SecurityAnswerVerificationConfig(KbaConfig kbaConfig)
Creates a new SecurityAnswerVerificationConfig.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIdentityServiceUrl()
Gets the URL for the identity service.
|
String |
getName()
Gets the name of the stage configuration.
|
int |
getNumberOfQuestionsUserMustAnswer()
Gets the number of questions that user must answer.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
int |
hashCode() |
SecurityAnswerVerificationConfig |
self()
Returns this object, as its actual type.
|
SecurityAnswerVerificationConfig |
setIdentityServiceUrl(String identityServiceUrl)
Sets the URL for the identity service.
|
SecurityAnswerVerificationConfig |
setNumberOfQuestionsUserMustAnswer(int numberOfQuestionsUserMustAnswer)
Sets the number of questions that user must answer.
|
getKbaPropertyName, getQuestions, setKbaPropertyName, setQuestions
public static final String NAME
public SecurityAnswerVerificationConfig(KbaConfig kbaConfig)
kbaConfig
- the kba configurationpublic String getIdentityServiceUrl()
public SecurityAnswerVerificationConfig setIdentityServiceUrl(String identityServiceUrl)
identityServiceUrl
- the identity service URLpublic int getNumberOfQuestionsUserMustAnswer()
public SecurityAnswerVerificationConfig setNumberOfQuestionsUserMustAnswer(int numberOfQuestionsUserMustAnswer)
numberOfQuestionsUserMustAnswer
- the number of questions to be answeredpublic String getName()
StageConfig
public String getProgressStageClassName()
StageConfig
public SecurityAnswerVerificationConfig self()
AbstractKbaStageConfig
self
in class AbstractKbaStageConfig<SecurityAnswerVerificationConfig>
public boolean equals(Object o)
equals
in class AbstractKbaStageConfig<SecurityAnswerVerificationConfig>
public int hashCode()
hashCode
in class AbstractKbaStageConfig<SecurityAnswerVerificationConfig>
Copyright © 2010-2018, ForgeRock All Rights Reserved.