From 81f448ebbdb0650572b9fea86c543a29a566ada3 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 4 Nov 2010 14:33:30 +0000 Subject: Tag for 1.6.1-RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1031003 13f79535-47bb-0310-9956-ffa450edef68 --- .../xml/IntentNotSpecified/Calculator.composite | 56 +++++++ .../policy/xml/IntentNotSpecified/definitions.xml | 175 +++++++++++++++++++++ 2 files changed, 231 insertions(+) create mode 100644 sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified/Calculator.composite create mode 100644 sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified/definitions.xml (limited to 'sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified') diff --git a/sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified/Calculator.composite b/sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified/Calculator.composite new file mode 100644 index 0000000000..48c3c5ffc0 --- /dev/null +++ b/sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified/Calculator.composite @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified/definitions.xml b/sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified/definitions.xml new file mode 100644 index 0000000000..d214a7f40a --- /dev/null +++ b/sca-java-1.x/tags/1.6.1-RC1/itest/validation/src/main/resources/policy/xml/IntentNotSpecified/definitions.xml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ... + + + + ... + + + + + + + + + Protect messages from unauthorized reading or modification + + + + + + Protect messages from unauthorized reading or modification + + + + + + + Communitcation thro this binding must prevent + unauthorized users from reading the messages. + + + + + + Communitcation thro this binding must prevent + unauthorized modification of the messages. + + + + + + Communitcation thro this binding required + Authentication. + + + + \ No newline at end of file -- cgit v1.2.3