public final class KbaConfig extends Object
Constructor and Description |
---|
KbaConfig() |
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.
|
int |
hashCode() |
KbaConfig |
setKbaPropertyName(String kbaPropertyName)
Sets the property name in user json instance where kba details will be set.
|
KbaConfig |
setQuestions(Map<String,Map<String,String>> questions)
Sets the kba questions.
|
public String getKbaPropertyName()
public KbaConfig setKbaPropertyName(String kbaPropertyName)
kbaPropertyName
- the property namepublic Map<String,Map<String,String>> getQuestions()
public KbaConfig setQuestions(Map<String,Map<String,String>> questions)
questions
- the kba questionCopyright © 2010-2020, ForgeRock All Rights Reserved.