diff options
Diffstat (limited to 'java/sca/modules')
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> |