C
- the type of AbstractKbaStageConfigpublic abstract class AbstractKbaStageConfig<C extends AbstractKbaStageConfig<C>> extends Object implements StageConfig
Constructor and Description |
---|
AbstractKbaStageConfig(KbaConfig config)
Creates a new AbstractKbaStageConfig.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKbaPropertyName()
Gets the property name in user json instance where kba details will be set.
|
Map<String,Map<String,String>> |
getQuestions()
Gets the kba questions in the following format.
|
int |
hashCode() |
protected abstract C |
self()
Returns this object, as its actual type.
|
C |
setKbaPropertyName(String kbaPropertyName)
Sets the property name in user json instance where kba details will be set.
|
C |
setQuestions(Map<String,Map<String,String>> questions)
Sets the kba questions.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getName, getProgressStageClassName
public AbstractKbaStageConfig(KbaConfig config)
config
- the kba configurationpublic Map<String,Map<String,String>> getQuestions()
Map<id,Map<locale,question>>
public C setQuestions(Map<String,Map<String,String>> questions)
questions
- the kba questionpublic String getKbaPropertyName()
public C setKbaPropertyName(String kbaPropertyName)
kbaPropertyName
- the property nameprotected abstract C self()
Copyright © 2010-2018, ForgeRock All Rights Reserved.