|
Added support for element to schema and xml flow builder. Element is parsed into org.springframework.webflow.security.SecurityRule and added as attribute 'secured'. Supported at flow, state and trasition levels.
<secured authorities="USER, SUPERVISOR"/> <secured authorities="USER, SUPERVISOR" match="all"/> <secured authorities="USER, SUPERVISOR" match="any"/> |
||||||||||||||||||||||||||||||||||||||
Example:
<secured attributes="USER, SUPERVISOR"/>
<secured attributes="USER, SUPERVISOR" comparsion-type="all"/>
<secured attributes="USER, SUPERVISOR" comparision-type="any"/>
Update spring-webflow-2.0.xsd
Update XmlFlowBuilder