Interface StageConfig

All Known Implementing Classes:
AbstractKbaStageConfig, CaptchaStageConfig, EmailUsernameConfig, ParametersConfig, ResetStageConfig, RetrieveEmailConfig, RetrieveUsernameConfig, SecurityAnswerDefinitionConfig, SecurityAnswerVerificationConfig, UserDetailsConfig, UserQueryConfig, UserRegistrationConfig, ValidateActiveAccountConfig, VerifyEmailAccountConfig

public interface StageConfig
Represents the configuration for a given progress stage. It is recommended to implement hash code as the hash taken from the config is used to determine service uniqueness.
Since:
0.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the stage configuration.
    Gets the class name of the consuming progress stage.
  • Method Details

    • getName

      String getName()
      Gets the name of the stage configuration.
      Returns:
      the config name
    • getProgressStageClassName

      String getProgressStageClassName()
      Gets the class name of the consuming progress stage.
      Returns:
      the progress stage class name