+WARNING: This element will only configure a security attribute in the definition. The flow execution must also be secured with a SecurityFlowExecutionListener.
+
+For example:
+
+ <web:flow-executor id="flowExecutor" flow-registry="flowRegistry">
+ <web:flow-execution-listeners>
+ <web:listener ref="securityFlowExecutionListener" />
+ </web:flow-execution-listeners>
+ </web:flow-executor>
+
+ <bean id="securityFlowExecutionListener" class="org.springframework.webflow.security.SecurityFlowExecutionListener" />
+
]]>