- From: Umit Yalsinap via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Jan 2007 22:05:02 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy In directory hutz:/tmp/cvs-serv13930 Modified Files: ws-policy-attachment.html Log Message: Implemented 4209 Index: ws-policy-attachment.html =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.html,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- ws-policy-attachment.html 22 Jan 2007 21:39:21 -0000 1.77 +++ ws-policy-attachment.html 22 Jan 2007 22:05:00 -0000 1.78 @@ -187,7 +187,7 @@ interpreted as described in RFC 2119 [<cite><a href="#RFC2119">IETF RFC 2119</a></cite>]. </p><p>We introduce the following terms that are used throughout this document:</p><dl><dt class="label"> <a href="#effective_policy">effective policy</a> - </dt><dd><p>the + </dt><dd><p>The <b>effective policy</b>, for a given <a title="" href="#policy_subject">policy subject</a>, is the combination of relevant policies. The relevant policies are those attached to <a title="" href="#policy_scope">policy scopes</a> that @@ -202,7 +202,7 @@ an assertion that may be ignored for policy intersection (as defined in <a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-framework.html?content-type=text/html;charset=utf-8#Policy_Intersection">4.5 Policy Intersection</a>).</p></dd><dt class="label"> <a href="#merge">merge</a> - </dt><dd><p>a <b>merge</b> + </dt><dd><p>A <b>merge</b> consists of serializing each policy as a <a title="" href="#policy_expression">policy expression</a>, replacing their <code class="elt">wsp:Policy</code> element with a @@ -217,7 +217,7 @@ is a potentially empty collection of <a title="" href="#policy_assertion">policy assertions</a>.</p></dd><dt class="label"> <a href="ws-policy-framework.html#policy_assertion">policy assertion</a> </dt><dd><p id="policy_assertion">A <b>policy assertion</b> - represents an individual requirement, capability, or other property of a behavior.</p></dd><dt class="label"> + represents a requirement, a capability, or other property of a behavior.</p></dd><dt class="label"> <a href="ws-policy-framework.html#policy_attachment">policy attachment</a> </dt><dd><p id="policy_attachment">A <b>policy attachment</b> is a mechanism for associating @@ -370,23 +370,27 @@ (03) http://www.example.com/policies#X509EndpointPolicy" /></pre></div><p>have been processed and <a title="merge" href="#merge">merged</a>, it would result in an <a title="element policy" href="#element_policy">element policy</a> whose XML 1.0 representation is listed in <a href="#Table4">Example 3-1</a>:</p><div class="exampleOuter"><p style="text-align: left" class="exampleHead"><a name="Table4"></a><i><span>Example 3-1. </span>Example Merged Policy Expression.</i></p><div class="exampleInner"><pre>(01) <wsp:Policy - xmlns:rmp="http://docs.oasis-open.org/ws-rx/wsrmp/200602" - xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy" - xmlns:wsp="http://www.w3.org/ns/ws-policy" > -(02) <rmp:RMAssertion> -(03) <rmp:InactivityTimeout Milliseconds="600000" /> -(04) <rmp:BaseRetransmissionInterval Milliseconds="3000" /> -(05) <rmp:ExponentialBackoff /> -(06) <rmp:AcknowledgementInterval Milliseconds="200" /> -(07) </rmp:RMAssertion> -(08) <sp:AsymmetricBinding> -(09) <wsp:Policy> -(10) <!-- Details omitted for readability --> -(11) <sp:IncludeTimestamp /> -(12) <sp:OnlySignEntireHeadersAndBody /> -(13) </wsp:Policy> -(14) </sp:AsymmetricBinding> -(15) </wsp:Policy></pre></div></div><p>Note that this <a title="element policy" href="#element_policy">element policy</a> has no meaningful IRI.</p><p>The presence of the <code class="attr">wsp:PolicyURIs</code> attribute does not + xmlns:rmp="http://docs.oasis-open.org/ws-rx/wsrmp/200602" + xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy" + xmlns:wsp="http://www.w3.org/ns/ws-policy" > +(02) <wsp:All> +(03) <rmp:RMAssertion> +(04) <rmp:InactivityTimeout Milliseconds="600000" /> +(05) <rmp:BaseRetransmissionInterval Milliseconds="3000" /> +(06) <rmp:ExponentialBackoff /> +(07) <rmp:AcknowledgementInterval Milliseconds="200" /> +(08) </rmp:RMAssertion> +(09) </wsp:All> +(10) <wsp:All> +(11) <sp:AsymmetricBinding> +(12) <wsp:Policy> +(13) <!-- Details omitted for readability --> +(14) <sp:IncludeTimestamp /> +(15) <sp:OnlySignEntireHeadersAndBody /> +(16) </wsp:Policy> +(17) </sp:AsymmetricBinding> +(18) </wsp:All> +(19) </wsp:Policy></pre></div></div><p>Note that this <a title="element policy" href="#element_policy">element policy</a> has no meaningful IRI.</p><p>The presence of the <code class="attr">wsp:PolicyURIs</code> attribute does not prohibit implementations from using additional mechanisms for associating <a title="" href="#policy_expression">policy expressions</a> with XML-based constructs.</p><p>Alternatively, rather than using the global attribute, XML elements <span class="rfc2119">MAY</span> use the <code class="elt">wsp:Policy</code> or <code class="elt">wsp:PolicyReference</code> elements directly as @@ -1852,4 +1856,6 @@ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/129">129</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4207">4207</a></td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4230">4230</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/135">135</a>. + </td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">UY</td><td rowspan="1" colspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4209">4209</a>. + Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/131">131</a>. </td></tr></tbody></table><br></div></div></body></html> \ No newline at end of file
Received on Monday, 22 January 2007 22:05:11 UTC