diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-10 12:27:00 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-10 12:27:00 +0000 |
commit | 650715987b8fb89e2bfc6ca27790cc9beba5eabd (patch) | |
tree | 05e5f04b929072278a20ee96d1b7447336ef5013 /java | |
parent | 4155cfcbba228aea45c3bb8842018dbff61ef935 (diff) |
Remove intents that are provided by the specification in the assembly-xsd module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802760 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
2 files changed, 6 insertions, 40 deletions
diff --git a/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml b/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml index c2303caf50..57014ad1df 100644 --- a/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml +++ b/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml @@ -28,23 +28,9 @@ <sca:bindingType type="sca:binding.ws" mayProvide="SOAP SOAP.1_1 SOAP.1_2 MTOM" alwaysProvides=""/> <!-- PolicyIntents defined by the SCA Runtime Extension for WS Binding Axis 2 --> - <sca:intent name="SOAP" constrains="sca:binding.ws"> - <sca:description> - Communication through this binding requires SOAP - </sca:description> - </sca:intent> - - <sca:intent name="SOAP.1_1"> - <sca:description> - Communication through this binding requires SOAP 1.1 - </sca:description> - </sca:intent> - - <sca:intent name="SOAP.1_2"> - <sca:description> - Communication through this binding requires SOAP 1.2 - </sca:description> - </sca:intent> + + <!-- see the file sca-policy-1.1-intents-definitions.xml in the --> + <!-- assembly-xsd module for spec defined intents --> <sca:intent name="MTOM" constrains="sca:binding.ws"> <sca:description> diff --git a/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml b/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml index 84ff597e15..9a02731e8d 100644 --- a/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml +++ b/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml @@ -28,28 +28,8 @@ <policySet name="rolesAllowed" appliesTo="sca:implementation.java"/> <policySet name="permitAll" appliesTo="sca:implementation.java"/> <policySet name="denyAll" appliesTo="sca:implementation.java"/> + + <!-- see the file sca-policy-1.1-intents-definitions.xml in the --> + <!-- assembly-xsd module for spec defined intents --> - <!-- Policy Intents Defined by the SCA Runtime --> - <intent name="authentication" - constrains="sca:binding"> - <description> - Specifying this intent on references requires necessary authentication information - to be sent along with outgoing messages. Specifying this intent on service requires - incoming messages to be authenticated - </description> - </intent> - - <intent name="confidentiality" - constrains="sca:binding"> - <description> - Specifying this intent requires message exchanged to be encrypted - </description> - </intent> - - <intent name="integrity" - constrains="sca:binding"> - <description> - Specifying this intent requires message exchanged to be signed - </description> - </intent> </definitions> |