public final class SecurityAnswerDefinitionConfig extends AbstractKbaStageConfig<SecurityAnswerDefinitionConfig>
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
SecurityAnswerDefinitionConfig(KbaConfig kbaConfig)
Creates a new SecurityAnswerDefinitionConfig.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Gets the name of the stage configuration.
|
int |
getNumberOfAnswersUserMustSet()
Gets the number of answers that user must set.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
int |
hashCode() |
SecurityAnswerDefinitionConfig |
self()
Returns this object, as its actual type.
|
SecurityAnswerDefinitionConfig |
setNumberOfAnswersUserMustSet(int numberOfAnswersUserMustSet)
Sets the number of answers that user must set.
|
getKbaPropertyName, getQuestions, setKbaPropertyName, setQuestions
public static final String NAME
public SecurityAnswerDefinitionConfig(KbaConfig kbaConfig)
kbaConfig
- the kba configurationpublic int getNumberOfAnswersUserMustSet()
public SecurityAnswerDefinitionConfig setNumberOfAnswersUserMustSet(int numberOfAnswersUserMustSet)
numberOfAnswersUserMustSet
- the number of answers to be setpublic String getName()
StageConfig
public String getProgressStageClassName()
StageConfig
public SecurityAnswerDefinitionConfig self()
AbstractKbaStageConfig
self
in class AbstractKbaStageConfig<SecurityAnswerDefinitionConfig>
public boolean equals(Object o)
equals
in class AbstractKbaStageConfig<SecurityAnswerDefinitionConfig>
public int hashCode()
hashCode
in class AbstractKbaStageConfig<SecurityAnswerDefinitionConfig>
Copyright © 2010-2018, ForgeRock All Rights Reserved.