You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by we...@apache.org on 2005/12/20 13:23:39 UTC

svn commit: r357967 - /webservices/commons/trunk/policy/src/examples/SecurityPolicyBindingsSymm.xml

Author: werner
Date: Tue Dec 20 04:23:30 2005
New Revision: 357967

URL: http://svn.apache.org/viewcvs?rev=357967&view=rev
Log: (empty)

Added:
    webservices/commons/trunk/policy/src/examples/SecurityPolicyBindingsSymm.xml

Added: webservices/commons/trunk/policy/src/examples/SecurityPolicyBindingsSymm.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/policy/src/examples/SecurityPolicyBindingsSymm.xml?rev=357967&view=auto
==============================================================================
--- webservices/commons/trunk/policy/src/examples/SecurityPolicyBindingsSymm.xml (added)
+++ webservices/commons/trunk/policy/src/examples/SecurityPolicyBindingsSymm.xml Tue Dec 20 04:23:30 2005
@@ -0,0 +1,46 @@
+<!-- Example Endpoint Policy -->
+<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
+            xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
+            xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
+<sp:SymmetricBinding>
+<wsp:Policy>
+<sp:ProtectionToken>
+<sp:IssuedToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Once" >
+<sp:Issuer>http://issuer.org/issuer</sp:Issuer>
+<sp:RequestSecurityTokenTemplate>
+IssuerTemplate
+</sp:RequestSecurityTokenTemplate>
+</sp:IssuedToken>
+</sp:ProtectionToken>
+<sp:AlgorithmSuite>
+<wsp:Policy>
+<sp:Basic256 />
+</wsp:Policy>
+</sp:AlgorithmSuite>
+<sp:Layout>
+<wsp:Policy>
+<sp:Strict />
+</wsp:Policy>
+</sp:Layout>
+<sp:IncludeTimestamp />
+<sp:EncryptBeforeSigning />
+<sp:EncryptSignature />
+<sp:ProtectTokens />
+<sp:SignedSupportingTokens>
+<wsp:Policy>
+<sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Once" />
+</wsp:Policy>
+</sp:SignedSupportingTokens>
+<sp:SignedEndorsingSupportingTokens>
+<wsp:Policy>
+<sp:X509V3Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/IncludeToken/Once" />
+</wsp:Policy>
+</sp:SignedEndorsingSupportingTokens>
+</wsp:Policy>
+</sp:SymmetricBinding>
+<sp:Wss11>
+<wsp:Policy>
+<sp:RequireSignatureConfirmation />
+</wsp:Policy>
+</sp:Wss11>
+</wsp:Policy>