summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/modules/policy-security/src/main/resources/org/apache/tuscany/sca/policy/security/definitions.xml8
1 files changed, 4 insertions, 4 deletions
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 e1be4ab03c..f8f0634a9a 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
@@ -31,7 +31,7 @@
<!-- Policy Intents Defined by the SCA Runtime -->
<intent name="authentication"
- constrains="sca:binding">
+ constrains="sca:binding tuscany:binding">
<description>
Specifying this intent on references requires necessary authentication information
to be sent along with outgoing messages. Specifying this intent on service requires
@@ -40,16 +40,16 @@
</intent>
<intent name="confidentiality"
- constrains="sca:binding">
+ constrains="sca:binding tuscany:binding">
<description>
Specifying this intent requires message exchanged to be encrypted
</description>
</intent>
<intent name="integrity"
- constrains="sca:binding">
+ constrains="sca:binding tuscany:binding">
<description>
Specifying this intent requires message exchanged to be signed
</description>
</intent>
-</definitions> \ No newline at end of file
+</definitions>