[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: conf/subject-c14n.xml system/conf/subject-c14n...

noreply at shibboleth.net noreply at shibboleth.net
Sun Jun 1 22:46:40 EDT 2014


Author: scantor
Date: Sun Jun  1 22:46:40 2014
New Revision: 6021

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6021&view=rev
Log:
Hiding more class names.

Modified:
    trunk/idp-conf/src/main/resources/conf/subject-c14n.xml
    trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml

Modified: trunk/idp-conf/src/main/resources/conf/subject-c14n.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/subject-c14n.xml?rev=6021&r1=6020&r2=6021&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/subject-c14n.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/subject-c14n.xml Sun Jun  1 22:46:40 2014
@@ -28,11 +28,7 @@
         have more complex needs such as mapping a certificate DN into a principal name, an alternative may
         be required.
         -->
-        <bean id="c14n/simple" class="net.shibboleth.idp.authn.SubjectCanonicalizationFlowDescriptor">
-            <property name="activationCondition">
-                <bean class="net.shibboleth.idp.authn.impl.SimpleSubjectCanonicalization.ActivationCondition" />
-            </property>
-        </bean>
+        <ref bean="c14n/simple" />
     </util:list>
     
     <!--

Modified: trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml?rev=6021&r1=6020&r2=6021&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml Sun Jun  1 22:46:40 2014
@@ -13,6 +13,12 @@
        default-destroy-method="destroy">
        
     <context:property-placeholder location="file:///${idp.home}/conf/idp.properties" />
+
+    <bean id="c14n/simple" class="net.shibboleth.idp.authn.SubjectCanonicalizationFlowDescriptor">
+        <property name="activationCondition">
+            <bean class="net.shibboleth.idp.authn.impl.SimpleSubjectCanonicalization.ActivationCondition" />
+        </property>
+    </bean>
 
     <bean id="c14n/LegacyPrincipalConnector" class="net.shibboleth.idp.authn.SubjectCanonicalizationFlowDescriptor">
         <property name="activationCondition">



More information about the commits mailing list