http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/server.xml
----------------------------------------------------------------------
diff --git 
a/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/server.xml
 
b/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/server.xml
index ebf665b..a0d91e6 100644
--- 
a/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/server.xml
+++ 
b/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/server.xml
@@ -50,43 +50,43 @@
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverSymmetric" 
address="http://localhost:${testutil.ports.Server}/DoubleItSpnegoSymmetric"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSpnegoSymmetricPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverSymmetricDerived" 
address="http://localhost:${testutil.ports.Server}/DoubleItSpnegoSymmetricDerived";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoSymmetricDerivedPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverSymmetricEncryptBeforeSigning" 
address="http://localhost:${testutil.ports.Server}/DoubleItSpnegoSymmetricEncryptBeforeSigning";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoSymmetricEncryptBeforeSigningPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverTransport" 
address="https://localhost:${testutil.ports.Server.2}/DoubleItSpnegoTransport"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSpnegoTransportPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl" 
depends-on="tls-settings">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverTransportEndorsing" 
address="https://localhost:${testutil.ports.Server.2}/DoubleItSpnegoTransportEndorsing";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoTransportEndorsingPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl" 
depends-on="tls-settings">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverTransportEndorsingSP11" 
address="https://localhost:${testutil.ports.Server.2}/DoubleItSpnegoTransportEndorsingSP11";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoTransportEndorsingSP11Port" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl" 
depends-on="tls-settings">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverSymmetricSecureConversation" 
address="http://localhost:${testutil.ports.Server}/DoubleItSpnegoSymmetricSecureConversation";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoSymmetricSecureConversationPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
 </beans>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/stax-server.xml
----------------------------------------------------------------------
diff --git 
a/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/stax-server.xml
 
b/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/stax-server.xml
index 0b5defe..0c8b759 100644
--- 
a/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/stax-server.xml
+++ 
b/systests/kerberos/src/test/resources/org/apache/cxf/systest/kerberos/wssec/spnego/stax-server.xml
@@ -51,42 +51,42 @@
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
             <entry key="ws-security.enable.streaming" value="true"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverSymmetricDerived" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItSpnegoSymmetricDerived";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoSymmetricDerivedPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
             <entry key="ws-security.enable.streaming" value="true"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverSymmetricEncryptBeforeSigning" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItSpnegoSymmetricEncryptBeforeSigning";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoSymmetricEncryptBeforeSigningPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
             <entry key="ws-security.enable.streaming" value="true"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverTransport" 
address="https://localhost:${testutil.ports.StaxServer.2}/DoubleItSpnegoTransport";
 serviceName="s:DoubleItService" endpointName="s:DoubleItSpnegoTransportPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl" 
depends-on="tls-settings">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
             <entry key="ws-security.enable.streaming" value="true"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverTransportEndorsing" 
address="https://localhost:${testutil.ports.StaxServer.2}/DoubleItSpnegoTransportEndorsing";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoTransportEndorsingPort" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl" 
depends-on="tls-settings">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
             <entry key="ws-security.enable.streaming" value="true"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SpnegoOverTransportEndorsingSP11" 
address="https://localhost:${testutil.ports.StaxServer.2}/DoubleItSpnegoTransportEndorsingSP11";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSpnegoTransportEndorsingSP11Port" 
implementor="org.apache.cxf.systest.kerberos.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/kerberos/wssec/spnego/DoubleItSpnego.wsdl" 
depends-on="tls-settings">
         <jaxws:properties>
             <entry key="ws-security.kerberos.jaas.context" value="bob"/>
             <entry key="ws-security.enable.streaming" value="true"/>
-            <entry key="ws-security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
+            <entry key="security.callback-handler" 
value-ref="kerberosCallbackHandler"/>
         </jaxws:properties>
     </jaxws:endpoint>
 </beans>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/JAXRSOAuth2Test.java
----------------------------------------------------------------------
diff --git 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/JAXRSOAuth2Test.java
 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/JAXRSOAuth2Test.java
index 002ccc7..faa787f 100644
--- 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/JAXRSOAuth2Test.java
+++ 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oauth2/JAXRSOAuth2Test.java
@@ -156,7 +156,7 @@ public class JAXRSOAuth2Test extends 
AbstractBusClientServerTestBase {
         bean.setBus(springBus);
 
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("ws-security.saml-callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.oauth2.SamlCallbackHandler2");

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/saml/JAXRSSamlTest.java
----------------------------------------------------------------------
diff --git 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/saml/JAXRSSamlTest.java
 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/saml/JAXRSSamlTest.java
index ac72a72..6f88564 100644
--- 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/saml/JAXRSSamlTest.java
+++ 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/saml/JAXRSSamlTest.java
@@ -216,7 +216,7 @@ public class JAXRSSamlTest extends 
AbstractBusClientServerTestBase {
         bean.setBus(springBus);
 
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("ws-security.saml-callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.SamlCallbackHandler");

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/JAXRSXmlSecTest.java
----------------------------------------------------------------------
diff --git 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/JAXRSXmlSecTest.java
 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/JAXRSXmlSecTest.java
index 02f38ed..952e7c9 100644
--- 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/JAXRSXmlSecTest.java
+++ 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/JAXRSXmlSecTest.java
@@ -107,7 +107,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
         
         // Successful test with "bob"
         Map<String, Object> newProperties = new HashMap<String, Object>();
-        newProperties.put("ws-security.callback-handler", 
+        newProperties.put("security.callback-handler", 
             
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         newProperties.put("security.signature.username", "bob");
 
@@ -117,7 +117,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
         
         // Constraint validation fails with "alice"
         newProperties.clear();
-        newProperties.put("ws-security.callback-handler", 
+        newProperties.put("security.callback-handler", 
             
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         newProperties.put("security.signature.username", "alice");
 
@@ -150,7 +150,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
 
         Map<String, Object> newProperties = new HashMap<String, 
Object>(properties);
         if (newProperties.isEmpty()) {
-            newProperties.put("ws-security.callback-handler", 
+            newProperties.put("security.callback-handler", 
                            
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
             newProperties.put("security.signature.username", "alice");
             
@@ -226,7 +226,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
         bean.setBus(springBus);
 
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.signature.username", "alice");
         properties.put("ws-security.signature.properties", 
@@ -282,7 +282,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
     public void testPostEncryptedBook() throws Exception {
         String address = "https://localhost:"; + test.port + 
"/xmlenc/bookstore/books";
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 
@@ -306,7 +306,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
         
         String address = "https://localhost:"; + test.port + 
"/xmlenc/bookstore/books";
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 
@@ -324,7 +324,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
     public void testPostEncryptedBookSHA256() throws Exception {
         String address = "https://localhost:"; + test.port + 
"/xmlenc/bookstore/books";
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 
@@ -344,7 +344,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
     public void testPostEncryptedBookIssuerSerial() throws Exception {
         String address = "https://localhost:"; + test.port + 
"/xmlenc/bookstore/books";
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 
@@ -363,7 +363,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
     public void testPostEncryptedSignedBook() throws Exception {
         String address = "https://localhost:"; + test.port + 
"/xmlsec-validate/bookstore/books";
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 
@@ -379,7 +379,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
     public void testPostEncryptedSignedBookInvalid() throws Exception {
         String address = "https://localhost:"; + test.port + 
"/xmlsec-validate/bookstore/books";
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 
@@ -405,7 +405,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
     public void testPostEncryptedSignedBookUseReqSigCert() throws Exception {
         String address = "https://localhost:"; + test.port + 
"/xmlsec-useReqSigCert/bookstore/books";
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 
@@ -538,7 +538,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
         bean.setBus(springBus);
         
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 
@@ -582,7 +582,7 @@ public class JAXRSXmlSecTest extends 
AbstractBusClientServerTestBase {
         bean.setBus(springBus);
         
         Map<String, Object> properties = new HashMap<String, Object>();
-        properties.put("ws-security.callback-handler", 
+        properties.put("security.callback-handler", 
                        
"org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback");
         properties.put("security.encryption.username", "bob");
         properties.put("ws-security.encryption.properties", 

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/server.xml
----------------------------------------------------------------------
diff --git 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/server.xml
 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/server.xml
index 85bd485..d4b5b52 100644
--- 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/server.xml
+++ 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/server.xml
@@ -91,7 +91,7 @@ under the License.
             <ref bean="xmlSigOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
         </jaxrs:properties>
     </jaxrs:server>
@@ -107,7 +107,7 @@ under the License.
             <ref bean="xmlSigOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
         </jaxrs:properties>
     </jaxrs:server>
@@ -123,7 +123,7 @@ under the License.
             <ref bean="xmlSigOutHandlerNoKeyInfo"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
         </jaxrs:properties>
     </jaxrs:server>
@@ -139,7 +139,7 @@ under the License.
             <ref bean="xmlEncOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
         </jaxrs:properties>
     </jaxrs:server>
@@ -156,7 +156,7 @@ under the License.
             <ref bean="xmlEncOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
         </jaxrs:properties>
@@ -174,7 +174,7 @@ under the License.
             <ref bean="xmlEncOutHandlerWithProps"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
         </jaxrs:properties>
@@ -192,7 +192,7 @@ under the License.
             <ref bean="xmlEncOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
             <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/stax-server.xml
----------------------------------------------------------------------
diff --git 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/stax-server.xml
 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/stax-server.xml
index 9bc224b..46cfd34 100644
--- 
a/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/stax-server.xml
+++ 
b/systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/xml/stax-server.xml
@@ -111,7 +111,7 @@ under the License.
             <ref bean="xmlSigOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
         </jaxrs:properties>
     </jaxrs:server>
@@ -127,7 +127,7 @@ under the License.
             <ref bean="xmlSigOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
         </jaxrs:properties>
     </jaxrs:server>
@@ -143,7 +143,7 @@ under the License.
             <ref bean="xmlSigOutHandlerNoKeyInfo"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
         </jaxrs:properties>
     </jaxrs:server>
@@ -159,7 +159,7 @@ under the License.
             <ref bean="xmlEncOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
         </jaxrs:properties>
     </jaxrs:server>
@@ -174,7 +174,7 @@ under the License.
             <ref bean="xmlSecOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
         </jaxrs:properties>
@@ -190,7 +190,7 @@ under the License.
             <ref bean="xmlSecOutHandlerWithProps"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
         </jaxrs:properties>
@@ -206,7 +206,7 @@ under the License.
             <ref bean="xmlSecOutHandler"/>
         </jaxrs:outInterceptors>
         <jaxrs:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.jaxrs.security.saml.KeystorePasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="org/apache/cxf/systest/jaxrs/security/bob.properties"/>
             <entry key="ws-security.encryption.properties" 
value="org/apache/cxf/systest/jaxrs/security/alice.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/client-policy.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/client-policy.xml
 
b/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/client-policy.xml
index e1ed29d..d2d552e 100644
--- 
a/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/client-policy.xml
+++ 
b/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/client-policy.xml
@@ -44,7 +44,7 @@ under the License.
   <jaxws:client id="GreeterCombinedClient" 
address="http://localhost:${testutil.ports.Server}/RMGreeterAsymmetric"; 
serviceClass="org.apache.cxf.greeter_control.Greeter">
       <jaxws:properties>
       <entry key="security.username" value="Alice"/>
-      <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.ws.rm.sec.UTPasswordCallback"/>
+      <entry key="security.callback-handler" 
value="org.apache.cxf.systest.ws.rm.sec.UTPasswordCallback"/>
       <entry key="ws-security.encryption.properties" value="bob.properties"/>
       <entry key="security.encryption.username" value="bob"/>
       <entry key="ws-security.signature.properties" value="alice.properties"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/server-policy.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/server-policy.xml
 
b/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/server-policy.xml
index 4ebf1a5..7e25a71 100644
--- 
a/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/server-policy.xml
+++ 
b/systests/ws-rm/src/test/java/org/apache/cxf/systest/ws/rm/sec/server-policy.xml
@@ -41,7 +41,7 @@
   <!-- -->
   <jaxws:endpoint xmlns:s="http://cxf.apache.org/greeter_control"; 
id="AsymmetricEndpoint" 
address="http://localhost:${testutil.ports.Server}/RMGreeterAsymmetric"; 
serviceName="s:GreeterService" endpointName="s:GreeterPort" 
implementor="org.apache.cxf.systest.ws.rm.GreeterImpl">
     <jaxws:properties>
-      <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.ws.rm.sec.UTPasswordCallback"/>
+      <entry key="security.callback-handler" 
value="org.apache.cxf.systest.ws.rm.sec.UTPasswordCallback"/>
       <entry key="ws-security.signature.properties" value="bob.properties"/>
       <entry key="security.encryption.username" value="useReqSigCert"/>
       <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/client.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/client.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/client.xml
index f4ae5af..1cd6d95 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/client.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/client.xml
@@ -37,7 +37,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItTLSHOKSignedEndorsingPort";
 createdFromAPI="true">
         <jaxws:properties>
             <entry key="ws-security.saml-callback-handler" 
value-ref="saml1HOKHandler"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
             <entry key="security.signature.username" value="alice"/>
         </jaxws:properties>
@@ -45,7 +45,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItAsymmetricSignedPort"; 
createdFromAPI="true">
         <jaxws:properties>
             <entry key="ws-security.saml-callback-handler" 
value-ref="saml1SenderVouchesHandler"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
             <entry key="security.signature.username" value="alice"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
@@ -55,7 +55,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItAsymmetricInitiatorPort";
 createdFromAPI="true">
         <jaxws:properties>
             <entry key="ws-security.saml-callback-handler" 
value-ref="saml1HOKHandler"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
             <entry key="security.signature.username" value="alice"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
@@ -65,7 +65,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItAsymmetricSaml2BearerPort";
 createdFromAPI="true">
         <jaxws:properties>
             <entry key="ws-security.saml-callback-handler" 
value-ref="saml2BearerHandler"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
             <entry key="security.signature.username" value="alice"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
@@ -80,7 +80,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItTLSHOKSignedEndorsingSaml2Port";
 createdFromAPI="true">
         <jaxws:properties>
             <entry key="ws-security.saml-callback-handler" 
value-ref="saml2HOKHandler"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
             <entry key="security.signature.username" value="alice"/>
         </jaxws:properties>
@@ -88,7 +88,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItSymmetricSVPort"; 
createdFromAPI="true">
         <jaxws:properties>
             <entry key="ws-security.saml-callback-handler" 
value-ref="saml1SenderVouchesHandler"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
             <entry key="security.signature.username" value="alice"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
@@ -97,7 +97,7 @@
     </jaxws:client>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItSymmetricIssuedTokenPort";
 createdFromAPI="true">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
             <entry key="security.signature.username" value="alice"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
@@ -111,7 +111,7 @@
                     <property name="properties">
                         <map>
                             <entry key="security.username" value="alice"/>
-                            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+                            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
                             <entry key="ws-security.encryption.properties" 
value="alice.properties"/>
                             <entry key="security.encryption.username" 
value="cxfca"/>
                         </map>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml
index 53b4e16..2e381b3 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/server.xml
@@ -47,7 +47,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricSigned" 
address="http://localhost:${testutil.ports.Server}/DoubleItSamlAsymmetricSigned";
 serviceName="s:DoubleItService" endpointName="s:DoubleItAsymmetricSignedPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -55,7 +55,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricInitiator" 
address="http://localhost:${testutil.ports.Server}/DoubleItSamlAsymmetricInitiator";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricInitiatorPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -63,7 +63,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricSaml2Bearer" 
address="http://localhost:${testutil.ports.Server}/DoubleItSamlAsymmetricSaml2Bearer";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricSaml2BearerPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -82,7 +82,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SymmetricSV" 
address="http://localhost:${testutil.ports.Server}/DoubleItSamlSymmetricSV"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSymmetricSVPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <!-- TODO Fix the way these properties are inverted -->
             <entry key="security.signature.username" value="bob"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
@@ -93,7 +93,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SymmetricIssuedToken" 
address="http://localhost:${testutil.ports.Server}/DoubleItSamlSymmetricIssuedToken";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSymmetricIssuedTokenPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="security.signature.username" value="bob"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml
index 8da40ff..73b5a54 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/saml/stax-server.xml
@@ -50,7 +50,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricSigned" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItSamlAsymmetricSigned";
 serviceName="s:DoubleItService" endpointName="s:DoubleItAsymmetricSignedPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -59,7 +59,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricInitiator" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItSamlAsymmetricInitiator";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricInitiatorPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -68,7 +68,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricSaml2Bearer" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItSamlAsymmetricSaml2Bearer";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricSaml2BearerPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -90,7 +90,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SymmetricSV" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItSamlSymmetricSV"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSymmetricSVPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <!-- TODO Fix the way these properties are inverted -->
             <entry key="security.signature.username" value="bob"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
@@ -102,7 +102,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SymmetricIssuedToken" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItSamlSymmetricIssuedToken";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSymmetricIssuedTokenPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/saml/DoubleItSaml.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="security.signature.username" value="bob"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/client.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/client.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/client.xml
index 1e23efc..4c198e7 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/client.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/client.xml
@@ -26,7 +26,7 @@
     </cxf:bus>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItSecureConversationPort"; 
createdFromAPI="true">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler.sct" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler.sct" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties.sct" 
value="alice.properties"/>
             <entry key="security.signature.username.sct" value="alice"/>
             <entry key="ws-security.encryption.properties.sct" 
value="bob.properties"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml
index 6f3d9f7..4bc691d 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/server.xml
@@ -27,7 +27,7 @@
     </cxf:bus>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SecureConversation" 
address="http://localhost:${testutil.ports.Server}/DoubleItSecureConversation"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSecureConversationPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/secconv/DoubleItSecConv.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler.sct" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="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="security.encryption.username.sct" 
value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints.sct" 
value=".*O=apache.org.*"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml
index 0a7c90f..3455498 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/secconv/stax-server.xml
@@ -27,7 +27,7 @@
     </cxf:bus>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SecureConversation" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItSecureConversation";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSecureConversationPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/secconv/DoubleItSecConv.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler.sct" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="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="security.encryption.username.sct" 
value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints.sct" 
value=".*O=apache.org.*"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml
index 0098dd3..b8743cb 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/sts/cxf-symmetric.xml
@@ -50,7 +50,7 @@
     </bean>
     <jaxws:endpoint 
xmlns:ns1="http://docs.oasis-open.org/ws-sx/ws-trust/200512/"; id="SymmetricSTS" 
implementor="#symmetricSTSProviderBean" 
address="http://localhost:${testutil.ports.STSServer}/SecurityTokenService/Symmetric";
 
wsdlLocation="src/test/resources/org/apache/cxf/systest/wssec/examples/sts/ws-trust-1.4-service.wsdl"
 serviceName="ns1:SecurityTokenService" endpointName="ns1:Symmetric_Port">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="cxfca.properties"/>
         </jaxws:properties>
     </jaxws:endpoint>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/client.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/client.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/client.xml
index dd80235..6b8a4ff 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/client.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/client.xml
@@ -27,7 +27,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItPlaintextPort"; 
createdFromAPI="true">
         <jaxws:properties>
             <entry key="security.username" value="Alice"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
         </jaxws:properties>
     </jaxws:client>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItPlaintextNoPasswordPort";
 createdFromAPI="true">
@@ -38,19 +38,19 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItDigestPort"; 
createdFromAPI="true">
         <jaxws:properties>
             <entry key="security.username" value="Alice"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
         </jaxws:properties>
     </jaxws:client>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItTLSSupportingPort"; 
createdFromAPI="true">
         <jaxws:properties>
             <entry key="security.username" value="Alice"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
         </jaxws:properties>
     </jaxws:client>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItAsymmetricSESupportingPort";
 createdFromAPI="true">
         <jaxws:properties>
             <entry key="security.username" value="Alice"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="bob"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
@@ -60,7 +60,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItAsymmetricEncrSupportingPort";
 createdFromAPI="true">
         <jaxws:properties>
             <entry key="security.username" value="Alice"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="bob"/>
         </jaxws:properties>
@@ -68,7 +68,7 @@
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItSymmetricSESupportingPort";
 createdFromAPI="true">
         <jaxws:properties>
             <entry key="security.username" value="Alice"/>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="bob"/>
         </jaxws:properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml
index 257bef0..fb2f7a3 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/server.xml
@@ -27,27 +27,27 @@
     </cxf:bus>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Plaintext" 
address="http://localhost:${testutil.ports.Server}/DoubleItUTPlaintext"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItPlaintextPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="PlaintextNoPassword" 
address="http://localhost:${testutil.ports.Server}/DoubleItUTPlaintextNoPassword";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItPlaintextNoPasswordPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Digest" 
address="http://localhost:${testutil.ports.Server}/DoubleItUTDigest"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItDigestPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="TLSSupporting" 
address="https://localhost:${testutil.ports.Server.2}/DoubleItUTTLSSupporting"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItTLSSupportingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl" 
depends-on="tls-settings">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricSESupporting" 
address="http://localhost:${testutil.ports.Server}/DoubleItUTAsymmetricSESupporting";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricSESupportingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -55,13 +55,13 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricEncrSupporting" 
address="http://localhost:${testutil.ports.Server}/DoubleItUTAsymmetricEncrSupporting";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricEncrSupportingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SymmetricSESupporting" 
address="http://localhost:${testutil.ports.Server}/DoubleItUTSymmetricSESupporting";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSymmetricSESupportingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut//DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="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.subject.cert.constraints" 
value=".*O=apache.org.*"/>
         </jaxws:properties>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml
index 834e2c8..2dd8e92 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/ut/stax-server.xml
@@ -27,31 +27,31 @@
     </cxf:bus>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Plaintext" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItUTPlaintext"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItPlaintextPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.enable.streaming" value="true"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="PlaintextNoPassword" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItUTPlaintextNoPassword";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItPlaintextNoPasswordPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.enable.streaming" value="true"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Digest" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItUTDigest"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItDigestPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.enable.streaming" value="true"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="TLSSupporting" 
address="https://localhost:${testutil.ports.StaxServer.2}/DoubleItUTTLSSupporting";
 serviceName="s:DoubleItService" endpointName="s:DoubleItTLSSupportingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl" 
depends-on="tls-settings">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.enable.streaming" value="true"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricSESupporting" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItUTAsymmetricSESupporting";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricSESupportingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -60,14 +60,14 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricEncrSupporting" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItUTAsymmetricEncrSupporting";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricEncrSupportingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut/DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="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.enable.streaming" value="true"/>
         </jaxws:properties>
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SymmetricSESupporting" 
address="http://localhost:${testutil.ports.StaxServer}/DoubleItUTSymmetricSESupporting";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSymmetricSESupportingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/ut//DoubleItUt.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="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.subject.cert.constraints" 
value=".*O=apache.org.*"/>
             <entry key="ws-security.enable.streaming" value="true"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/client.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/client.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/client.xml
index 9a03d2a..98bc779 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/client.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/client.xml
@@ -26,7 +26,7 @@
     </cxf:bus>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItAsymmetricSignEncryptPort";
 createdFromAPI="true">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="bob"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
@@ -35,7 +35,7 @@
     </jaxws:client>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItAsymmetricProtectTokensPort";
 createdFromAPI="true">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="bob"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>
@@ -44,14 +44,14 @@
     </jaxws:client>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItSymmetricSignEncryptPort";
 createdFromAPI="true">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="bob"/>
         </jaxws:properties>
     </jaxws:client>
     <jaxws:client 
name="{http://www.example.org/contract/DoubleIt}DoubleItSymmetricEndorsingPort"; 
createdFromAPI="true">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="bob"/>
             <entry key="ws-security.signature.properties" 
value="alice.properties"/>

http://git-wip-us.apache.org/repos/asf/cxf/blob/ee64acf5/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml
----------------------------------------------------------------------
diff --git 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml
 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml
index 9e7b00d..42d9aaa 100644
--- 
a/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml
+++ 
b/systests/ws-security-examples/src/test/resources/org/apache/cxf/systest/wssec/examples/x509/server.xml
@@ -27,7 +27,7 @@
     </cxf:bus>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricSignEncrypt" 
address="http://localhost:${testutil.ports.Server}/DoubleItX509AsymmetricSignEncrypt";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricSignEncryptPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/x509/DoubleItX509.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -35,7 +35,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="AsymmetricProtectTokens" 
address="http://localhost:${testutil.ports.Server}/DoubleItX509AsymmetricProtectTokens";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItAsymmetricProtectTokensPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/x509/DoubleItX509.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="security.encryption.username" value="useReqSigCert"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -43,7 +43,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SymmetricSignEncrypt" 
address="http://localhost:${testutil.ports.Server}/DoubleItX509SymmetricSignEncrypt";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSymmetricSignEncryptPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/x509/DoubleItX509.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <entry key="security.signature.username" value="bob"/>
             <entry key="ws-security.signature.properties" 
value="bob.properties"/>
             <entry key="ws-security.subject.cert.constraints" 
value=".*O=apache.org.*"/>
@@ -51,7 +51,7 @@
     </jaxws:endpoint>
     <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="SymmetricEndorsing" 
address="http://localhost:${testutil.ports.Server}/DoubleItX509SymmetricEndorsing";
 serviceName="s:DoubleItService" 
endpointName="s:DoubleItSymmetricEndorsingPort" 
implementor="org.apache.cxf.systest.wssec.examples.common.DoubleItPortTypeImpl" 
wsdlLocation="org/apache/cxf/systest/wssec/examples/x509/DoubleItX509.wsdl">
         <jaxws:properties>
-            <entry key="ws-security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
+            <entry key="security.callback-handler" 
value="org.apache.cxf.systest.wssec.examples.common.CommonPasswordCallback"/>
             <!-- TODO Fix the way these properties are inverted -->
             <entry key="security.signature.username" value="bob"/>
             <entry key="ws-security.encryption.properties" 
value="bob.properties"/>

Reply via email to