Package org.forgerock.selfservice.core
Interface ProgressStageProvider
public interface ProgressStageProvider
Progress stage provider.
- Since:
- 0.8.0
-
Method Summary
Modifier and TypeMethodDescriptionget(Class<? extends ProgressStage<StageConfig>> progressStageClass) Given the progress stage class retrieves a corresponding instance of the class.
-
Method Details
-
get
Given the progress stage class retrieves a corresponding instance of the class.- Parameters:
progressStageClass- progress stage class- Returns:
- progress stage instance
-