Uses of Interface
org.forgerock.selfservice.core.config.StageConfig
-
Packages that use StageConfig Package Description org.forgerock.selfservice.core org.forgerock.selfservice.core.config -
-
Uses of StageConfig in org.forgerock.selfservice.core
Classes in org.forgerock.selfservice.core with type parameters of type StageConfig Modifier and Type Interface Description interfaceProgressStage<C extends StageConfig>Progress stage represents a single stage within the overall advance flow.classProgressStageBinding<C extends StageConfig>Binds together the progress stage with its config.Methods in org.forgerock.selfservice.core with type parameters of type StageConfig Modifier and Type Method Description static <C extends StageConfig>
ProgressStageBinding<C>ProgressStageBinding. bind(ProgressStage<C> stage, C config)Create a new binder instance.Methods in org.forgerock.selfservice.core that return types with arguments of type StageConfig Modifier and Type Method Description ProgressStage<StageConfig>ProgressStageProvider. get(Class<? extends ProgressStage<StageConfig>> progressStageClass)Given the progress stage class retrieves a corresponding instance of the class.Method parameters in org.forgerock.selfservice.core with type arguments of type StageConfig Modifier and Type Method Description ProgressStage<StageConfig>ProgressStageProvider. get(Class<? extends ProgressStage<StageConfig>> progressStageClass)Given the progress stage class retrieves a corresponding instance of the class. -
Uses of StageConfig in org.forgerock.selfservice.core.config
Methods in org.forgerock.selfservice.core.config that return types with arguments of type StageConfig Modifier and Type Method Description List<StageConfig>ProcessInstanceConfig. getStageConfigs()Gets the list of stage configs.Method parameters in org.forgerock.selfservice.core.config with type arguments of type StageConfig Modifier and Type Method Description ProcessInstanceConfigProcessInstanceConfig. setStageConfigs(List<StageConfig> stageConfigs)Sets the list of stage configs.
-