Package org.apereo.cas.web.flow
Interface CasWebflowExecutionPlanConfigurer
-
public interface CasWebflowExecutionPlanConfigurerThis isCasWebflowExecutionPlanConfigurer.- Since:
- 5.3.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidconfigureWebflowExecutionPlan(CasWebflowExecutionPlan plan)Configure webflow execution plan.
-
-
-
Method Detail
-
configureWebflowExecutionPlan
default void configureWebflowExecutionPlan(CasWebflowExecutionPlan plan)
Configure webflow execution plan.- Parameters:
plan- the plan
-
-