Author: coheigea
Date: Fri Jul 13 10:58:47 2012
New Revision: 1361149
URL: http://svn.apache.org/viewvc?rev=1361149&view=rev
Log:
Correcting CallbackHandler location
Modified:
cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml
cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml
cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml
Modified:
cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml?rev=1361149&r1=1361148&r2=1361149&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml
(original)
+++ cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-encrypted-ut.xml
Fri Jul 13 10:58:47 2012
@@ -61,7 +61,7 @@
class="org.apache.cxf.sts.StaticSTSProperties">
<property name="signaturePropertiesFile"
value="stsKeystore.properties"/>
<property name="signatureUsername" value="mystskey"/>
- <property name="callbackHandlerClass"
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
+ <property name="callbackHandlerClass"
value="org.apache.cxf.fediz.service.sts.PasswordCallbackHandler"/>
<property name="encryptionPropertiesFile"
value="stsKeystore.properties"/>
<property name="encryptionProperties" ref="encProperties" />
<property name="issuer" value="DoubleItSTSIssuer"/>
@@ -76,7 +76,7 @@
serviceName="ns1:SecurityTokenService"
endpointName="ns1:UTEncrypted_Port">
<jaxws:properties>
- <entry key="ws-security.callback-handler"
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
+ <entry key="ws-security.callback-handler"
value="org.apache.cxf.fediz.service.sts.PasswordCallbackHandler"/>
<entry key="ws-security.signature.properties"
value="stsKeystore.properties"/>
<entry key="ws-security.signature.username" value="mystskey"/>
</jaxws:properties>
Modified: cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml?rev=1361149&r1=1361148&r2=1361149&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml (original)
+++ cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-ut.xml Fri Jul 13
10:58:47 2012
@@ -62,7 +62,7 @@
class="org.apache.cxf.sts.StaticSTSProperties">
<property name="signaturePropertiesFile"
value="stsKeystore.properties"/>
<property name="signatureUsername" value="mystskey"/>
- <property name="callbackHandlerClass"
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
+ <property name="callbackHandlerClass"
value="org.apache.cxf.fediz.service.sts.PasswordCallbackHandler"/>
<property name="encryptionPropertiesFile"
value="stsKeystore.properties"/>
<property name="issuer" value="DoubleItSTSIssuer"/>
<property name="encryptionUsername" value="myservicekey" />
@@ -76,7 +76,7 @@
serviceName="ns1:SecurityTokenService"
endpointName="ns1:UT_Port">
<jaxws:properties>
- <entry key="ws-security.callback-handler"
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
+ <entry key="ws-security.callback-handler"
value="org.apache.cxf.fediz.service.sts.PasswordCallbackHandler"/>
<entry key="ws-security.signature.properties"
value="stsKeystore.properties"/>
<entry key="ws-security.signature.username" value="mystskey"/>
</jaxws:properties>
Modified: cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml?rev=1361149&r1=1361148&r2=1361149&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml (original)
+++ cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-x509.xml Fri Jul
13 10:58:47 2012
@@ -63,7 +63,7 @@
class="org.apache.cxf.sts.StaticSTSProperties">
<property name="signaturePropertiesFile"
value="stsKeystore.properties"/>
<property name="signatureUsername" value="mystskey"/>
- <property name="callbackHandlerClass"
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
+ <property name="callbackHandlerClass"
value="org.apache.cxf.fediz.service.sts.PasswordCallbackHandler"/>
<property name="encryptionPropertiesFile"
value="stsKeystore.properties"/>
<property name="issuer" value="DoubleItSTSIssuer"/>
<property name="encryptionUsername" value="myservicekey" />
@@ -77,7 +77,7 @@
serviceName="ns1:SecurityTokenService"
endpointName="ns1:X509_Port">
<jaxws:properties>
- <entry key="ws-security.callback-handler"
value="org.apache.cxf.sts.war.PasswordCallbackHandler"/>
+ <entry key="ws-security.callback-handler"
value="org.apache.cxf.fediz.service.sts.PasswordCallbackHandler"/>
<entry key="ws-security.signature.properties"
value="stsKeystore.properties"/>
<entry key="ws-security.signature.username" value="mystskey"/>
<entry key="ws-security.encryption.username"
value="useReqSigCert"/>