Uses of Class
org.forgerock.selfservice.core.config.KbaConfig
-
Packages that use KbaConfig Package Description org.forgerock.selfservice.core This package contains the core implementation for the anonymous process service.org.forgerock.selfservice.core.config This package contains the service configuration.org.forgerock.selfservice.stages.kba This package contains a common user kba stage implementation. -
-
Uses of KbaConfig in org.forgerock.selfservice.core
Constructors in org.forgerock.selfservice.core with parameters of type KbaConfig Constructor Description UserUpdateService(ConnectionFactory connectionFactory, SecurityAnswer securityAnswer, ResourcePath identityService, KbaConfig kbaConfig)
Construct a service to update the user's KBA info. -
Uses of KbaConfig in org.forgerock.selfservice.core.config
Methods in org.forgerock.selfservice.core.config that return KbaConfig Modifier and Type Method Description KbaConfig
KbaConfig. setKbaPropertyName(String kbaPropertyName)
Sets the property name in user json instance where kba details will be set.KbaConfig
KbaConfig. setQuestions(Map<String,Map<String,String>> questions)
Sets the kba questions.KbaConfig
KbaConfig. setSecureHash(Map<String,Object> secureHash)
Sets the kba secureHash. -
Uses of KbaConfig in org.forgerock.selfservice.stages.kba
Constructors in org.forgerock.selfservice.stages.kba with parameters of type KbaConfig Constructor Description AbstractKbaStageConfig(KbaConfig config)
Creates a new AbstractKbaStageConfig.SecurityAnswerDefinitionConfig(KbaConfig kbaConfig)
Creates a new SecurityAnswerDefinitionConfig.SecurityAnswerVerificationConfig(KbaConfig kbaConfig)
Creates a new SecurityAnswerVerificationConfig.
-