Author: coheigea
Date: Mon Jun 25 10:56:27 2012
New Revision: 1353454
URL: http://svn.apache.org/viewvc?rev=1353454&view=rev
Log:
Simplified WS-Security service configuration
Modified:
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/client/client.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/server/server.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml
Modified:
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -94,8 +94,7 @@
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
<entry key="ws-security.signature.properties"
value="bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -111,8 +110,7 @@
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
<entry key="ws-security.signature.properties"
value="bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -128,8 +126,7 @@
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
<entry key="ws-security.signature.properties"
value="bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
Modified:
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -55,8 +55,7 @@
<entry key="ws-security.callback-handler.sct"
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
<entry key="ws-security.signature.properties.sct"
value="bob.properties"/>
- <entry key="ws-security.encryption.properties.sct"
value="alice.properties"/>
- <entry key="ws-security.encryption.username.sct" value="alice"/>
+ <entry key="ws-security.encryption.username.sct"
value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
Modified:
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -112,8 +112,7 @@
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
<entry key="ws-security.signature.properties"
value="bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
Modified:
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -55,8 +55,7 @@
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
<entry key="ws-security.signature.properties"
value="bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -72,8 +71,7 @@
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
<entry key="ws-security.signature.properties"
value="bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -57,9 +57,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -78,9 +76,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -99,9 +95,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/client/client.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/client/client.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/client/client.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/client/client.xml
Mon Jun 25 10:56:27 2012
@@ -173,7 +173,6 @@
sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient">
<wsp:Policy>
<sp:WssX509V3Token10 />
- <sp:RequireIssuerSerialReference />
</wsp:Policy>
</sp:X509Token>
</wsp:Policy>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -79,9 +79,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.UTPasswordCallback" />
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties" />
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties" />
- <entry key="ws-security.encryption.username"
value="alice" />
+ <entry key="ws-security.encryption.username"
value="useReqSigCert" />
</jaxws:properties>
<jaxws:features>
<p:policies>
@@ -102,9 +100,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.UTPasswordCallback" />
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties" />
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties" />
- <entry key="ws-security.encryption.username" value="alice" />
+ <entry key="ws-security.encryption.username" value="useReqSigCert"
/>
</jaxws:properties>
<jaxws:features>
<p:policies>
@@ -125,9 +121,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.UTPasswordCallback" />
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties" />
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties" />
- <entry key="ws-security.encryption.username" value="alice" />
+ <entry key="ws-security.encryption.username" value="useReqSigCert"
/>
</jaxws:properties>
<jaxws:features>
<p:policies>
@@ -148,8 +142,8 @@
depends-on="tls-settings">
<jaxws:properties>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
<jaxws:features>
<p:policies>
@@ -171,8 +165,8 @@
depends-on="tls-settings">
<jaxws:properties>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.UTPasswordCallback" />
</jaxws:properties>
@@ -224,7 +218,6 @@
sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient">
<wsp:Policy>
<sp:WssX509V3Token10 />
-
<sp:RequireIssuerSerialReference />
</wsp:Policy>
</sp:X509Token>
</wsp:Policy>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/DoubleItSaml.wsdl
Mon Jun 25 10:56:27 2012
@@ -703,7 +703,6 @@
sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient">
<wsp:Policy>
<sp:WssX509V3Token10 />
- <sp:RequireIssuerSerialReference />
</wsp:Policy>
</sp:X509Token>
</wsp:Policy>
@@ -814,7 +813,6 @@
sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient">
<wsp:Policy>
<sp:WssX509V3Token10 />
- <sp:RequireIssuerSerialReference />
</wsp:Policy>
</sp:X509Token>
</wsp:Policy>
@@ -875,7 +873,6 @@
sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient">
<wsp:Policy>
<sp:WssX509V3Token10 />
- <sp:RequireIssuerSerialReference />
</wsp:Policy>
</sp:X509Token>
</wsp:Policy>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/saml/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -119,9 +119,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
<entry key="ws-security.saml2.validator"
value="org.apache.cxf.systest.ws.saml.server.CustomSaml2Validator"/>
</jaxws:properties>
@@ -140,8 +138,8 @@
<jaxws:properties>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -158,8 +156,8 @@
<jaxws:properties>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -176,8 +174,8 @@
<jaxws:properties>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -194,8 +192,8 @@
<jaxws:properties>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -215,9 +213,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
<entry key="ws-security.saml2.validator"
value="org.apache.cxf.systest.ws.saml.server.CustomSaml2Validator"/>
</jaxws:properties>
@@ -257,9 +253,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
<entry key="ws-security.saml2.validator"
value="org.apache.cxf.systest.ws.saml.server.CustomSaml2Validator"/>
</jaxws:properties>
@@ -281,9 +275,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -300,8 +292,8 @@
<jaxws:properties>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -318,8 +310,8 @@
<jaxws:properties>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
<jaxws:features>
<p:policies>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -150,8 +150,8 @@
<jaxws:properties>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.UTPasswordCallback"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -169,8 +169,8 @@
<jaxws:properties>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.client.UTPasswordCallback"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
Files
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks
(original) and
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/alice.jks
Mon Jun 25 10:56:27 2012 differ
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
Files
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks
(original) and
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/bob.jks
Mon Jun 25 10:56:27 2012 differ
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
Files
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks
(original) and
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/alice.jks
Mon Jun 25 10:56:27 2012 differ
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
Files
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks
(original) and
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/certs/restricted/bob.jks
Mon Jun 25 10:56:27 2012 differ
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -119,7 +119,7 @@
<jaxws:properties>
<entry key="ws-security.username" value="Alice"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="org/apache/cxf/systest/ws/wssec10/server/alice.properties"/>
+ <entry key="ws-security.encryption.username"
value="useReqSigCert"/>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.server.KeystorePasswordCallback"/>
</jaxws:properties>
@@ -140,7 +140,7 @@
<jaxws:properties>
<entry key="ws-security.username" value="Alice"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="org/apache/cxf/systest/ws/wssec10/server/alice.properties"/>
+ <entry key="ws-security.encryption.username"
value="useReqSigCert"/>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.server.KeystorePasswordCallback"/>
</jaxws:properties>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server/server_restricted.xml
Mon Jun 25 10:56:27 2012
@@ -121,7 +121,7 @@
<jaxws:properties>
<entry key="ws-security.username" value="Alice"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="org/apache/cxf/systest/ws/wssec10/server/alice.properties"/>
+ <entry key="ws-security.encryption.username"
value="useReqSigCert"/>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.server.KeystorePasswordCallback"/>
</jaxws:properties>
@@ -142,7 +142,7 @@
<jaxws:properties>
<entry key="ws-security.username" value="Alice"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/server/bob.properties"/>
- <entry key="ws-security.encryption.properties"
value="org/apache/cxf/systest/ws/wssec10/server/alice.properties"/>
+ <entry key="ws-security.encryption.username"
value="useReqSigCert"/>
<entry key="ws-security.callback-handler"
value="org.apache.cxf.systest.ws.wssec10.server.KeystorePasswordCallback"/>
</jaxws:properties>
Modified:
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml?rev=1353454&r1=1353453&r2=1353454&view=diff
==============================================================================
---
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml
(original)
+++
cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/server/server.xml
Mon Jun 25 10:56:27 2012
@@ -155,9 +155,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -176,8 +174,6 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -196,8 +192,6 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -237,9 +231,7 @@
value="org.apache.cxf.systest.ws.wssec10.client.KeystorePasswordCallback"/>
<entry key="ws-security.signature.properties"
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
- <entry key="ws-security.encryption.username" value="alice"/>
+ <entry key="ws-security.encryption.username" value="useReqSigCert"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -273,8 +265,8 @@
depends-on="tls-settings">
<jaxws:properties>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -290,8 +282,8 @@
depends-on="tls-settings">
<jaxws:properties>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -307,8 +299,8 @@
depends-on="tls-settings">
<jaxws:properties>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -324,8 +316,8 @@
depends-on="tls-settings">
<jaxws:properties>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -341,8 +333,8 @@
depends-on="tls-settings">
<jaxws:properties>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>
@@ -358,8 +350,8 @@
depends-on="tls-settings">
<jaxws:properties>
- <entry key="ws-security.encryption.properties"
-
value="org/apache/cxf/systest/ws/wssec10/client/alice.properties"/>
+ <entry key="ws-security.signature.properties"
+
value="org/apache/cxf/systest/ws/wssec10/client/bob.properties"/>
</jaxws:properties>
</jaxws:endpoint>