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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Gets the name of the stage configuration.String
getProgressStageClassName()
Gets the class name of the consuming progress stage.
-