You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/11/08 15:00:58 UTC

cxf-fediz git commit: Replaced deprecated Class-Name

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.3.x-fixes 1d904eda8 -> 450041ae8


Replaced deprecated Class-Name


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/450041ae
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/450041ae
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/450041ae

Branch: refs/heads/1.3.x-fixes
Commit: 450041ae8acc0546b36091d0c11e78dab4348d7b
Parents: 1d904ed
Author: Jan Bernhardt <jb...@talend.com>
Authored: Wed Oct 12 14:52:31 2016 +0200
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Nov 8 15:00:51 2016 +0000

----------------------------------------------------------------------
 services/sts/src/main/webapp/WEB-INF/cxf-transport.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/450041ae/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
----------------------------------------------------------------------
diff --git a/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml b/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
index fb1376c..ae1939d 100644
--- a/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
+++ b/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
@@ -105,14 +105,14 @@
         <bean class="org.apache.cxf.sts.token.validator.X509TokenValidator" />
     </util:list>
 
-    <bean id="realmA" class="org.apache.cxf.sts.token.realm.SAMLRealm">
+    <bean id="realmA" class="org.apache.cxf.sts.token.realm.RealmProperties">
         <property name="issuer" value="STS Realm A" />
         <property name="signaturePropertiesFile" value="stsKeystoreA.properties" />
         <property name="callbackHandlerClass"
             value="org.apache.cxf.fediz.service.sts.PasswordCallbackHandler" />
     </bean>
 
-    <bean id="realmB" class="org.apache.cxf.sts.token.realm.SAMLRealm">
+    <bean id="realmB" class="org.apache.cxf.sts.token.realm.RealmProperties">
         <property name="issuer" value="STS Realm B" />
         <property name="signaturePropertiesFile" value="stsKeystoreB.properties" />
         <property name="callbackHandlerClass"