Class SecurityAnswerDefinitionStage

java.lang.Object
org.forgerock.selfservice.stages.kba.AbstractKbaStage<SecurityAnswerDefinitionConfig>
org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionStage
All Implemented Interfaces:
ProgressStage<SecurityAnswerDefinitionConfig>

public final class SecurityAnswerDefinitionStage extends AbstractKbaStage<SecurityAnswerDefinitionConfig>
Stage is responsible for supplying the KBA questions to the user and capturing the answers provided by the user.
Since:
0.2.0
  • Constructor Details

    • SecurityAnswerDefinitionStage

      @Inject public SecurityAnswerDefinitionStage(ConnectionFactory connectionFactory, SecurityAnswer securityAnswer)
      Constructs a new security answer definition stage.
      Parameters:
      connectionFactory - the CREST connection factory
      securityAnswer - the helper class for security answers
  • Method Details