Package org.forgerock.selfservice.core
Interface ProgressStageProvider
-
public interface ProgressStageProviderProgress stage provider.- Since:
- 0.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProgressStage<StageConfig>get(Class<? extends ProgressStage<StageConfig>> progressStageClass)Given the progress stage class retrieves a corresponding instance of the class.
-
-
-
Method Detail
-
get
ProgressStage<StageConfig> get(Class<? extends ProgressStage<StageConfig>> progressStageClass)
Given the progress stage class retrieves a corresponding instance of the class.- Parameters:
progressStageClass- progress stage class- Returns:
- progress stage instance
-
-