-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" />
-
+Note: This element configures a meta-attribute.
+For the attribute to be enforced, the flow execution must be observed by a SecurityFlowExecutionListener.
]]>