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.
|
Constructor and Description |
---|
UserUpdateService(ConnectionFactory connectionFactory,
SecurityAnswer securityAnswer,
ResourcePath identityService,
KbaConfig kbaConfig)
Construct a service to update the user's KBA info.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AbstractKbaStageConfig(KbaConfig config)
Creates a new AbstractKbaStageConfig.
|
SecurityAnswerDefinitionConfig(KbaConfig kbaConfig)
Creates a new SecurityAnswerDefinitionConfig.
|
SecurityAnswerVerificationConfig(KbaConfig kbaConfig)
Creates a new SecurityAnswerVerificationConfig.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.