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 TypeMethodDescriptiongetName()Gets the name of the stage configuration.Gets the class name of the consuming progress stage.