Author: svkrish
Date: Sun Feb 10 11:04:19 2008
New Revision: 620308
URL: http://svn.apache.org/viewvc?rev=620308&view=rev
Log:
change due to changes in trunk related to dealing with appliesTo attribute of
PolicySet
Modified:
incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/resources/definitions.xml
Modified:
incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/resources/definitions.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/resources/definitions.xml?rev=620308&r1=620307&r2=620308&view=diff
==============================================================================
---
incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/resources/definitions.xml
(original)
+++
incubator/tuscany/java/sca/demos/secure-bigbank/secure-bigbank-account/src/main/resources/definitions.xml
Sun Feb 10 11:04:19 2008
@@ -24,41 +24,7 @@
xmlns:chk="http://bigbank/checkings"
xmlns:bb="http://bigbank">
- <sca:intent name="soap"
- constrains="sca:binding.ws">
- <sca:description>
- Communitcation thro this binding requires SOAP
- </sca:description>
- </sca:intent>
-
- <sca:intent name="soap11"
- constrains="sca:binding.ws">
- <sca:description>
- Communitcation thro this binding requires SOAP 1.1
- </sca:description>
- </sca:intent>
-
- <sca:intent name="soap12"
- constrains="sca:binding.ws">
- <sca:description>
- Communitcation thro this binding requires SOAP 1.2
- </sca:description>
- </sca:intent>
-
- <sca:intent name="integrity"
- constrains="sca:binding.ws">
- <description>
- Protect messages from unauthorized reading or
modification
- </description>
- </sca:intent>
-
- <sca:intent name="authentication"
- constrains="sca:binding.ws">
- <description>
- Communitcation thro this binding required
Authentication.
- </description>
- </sca:intent>
-
+
<sca:intent name="tuscany:wsAuthentication"
constrains="sca:binding.ws">
<description>
@@ -78,7 +44,7 @@
<!-- WS Security POLICY SETS -->
<sca:policySet name="tuscany:wsIntegrityPolicy"
provides="integrity"
- appliesTo="sca:binding.ws">
+ appliesTo="binding.ws">
<tuscany:wsConfigParam>
<parameter name="InflowSecurity">
<action>
@@ -100,7 +66,7 @@
<sca:policySet name="tuscany:wsAuthenticationPolicy"
provides="authentication"
- appliesTo="sca:binding.ws">
+ appliesTo="binding.ws">
<tuscany:wsConfigParam>
<parameter name="InflowSecurity">
<action>
@@ -113,7 +79,7 @@
<sca:policySet name="tuscany:wsClientAuthenticationPolicy"
provides="tuscany:wsAuthentication"
- appliesTo="sca:binding.ws">
+ appliesTo="binding.ws">
<tuscany:wsConfigParam>
<parameter name="OutflowSecurity">
<action>
@@ -128,7 +94,7 @@
<sca:policySet name="chk:chkDeptAuthorizationPolicy"
provides="chk:chkDeptAuthorization"
- appliesTo="sca:implementation.java">
+ appliesTo="implementation.java">
<chk:AuthPolicy>
<!-- need to evolve what should go in here -->
</chk:AuthPolicy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]