[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml/saml2: attribute-query-beans....

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 30 14:45:59 EDT 2014


Author: scantor
Date: Wed Apr 30 14:45:59 2014
New Revision: 5812

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5812&view=rev
Log:
Fix bean names.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml?rev=5812&r1=5811&r2=5812&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/attribute-query-beans.xml Wed Apr 30 14:45:59 2014
@@ -29,10 +29,10 @@
         </constructor-arg>
     </bean>
 
-    <util:constant id="Shibboleth.MetadataLookup.Protocol"
+    <util:constant id="shibboleth.MetadataLookup.Protocol"
         static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
 
-    <util:constant id="Shibboleth.MetadataLookup.Role"
+    <util:constant id="shibboleth.MetadataLookup.Role"
         static-field="org.opensaml.saml.saml2.metadata.SPSSODescriptor.DEFAULT_ELEMENT_NAME" />
 
     <!-- TODO replace with eventual relying-party.xml config -->

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml?rev=5812&r1=5811&r2=5812&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml Wed Apr 30 14:45:59 2014
@@ -24,10 +24,10 @@
         </property>
     </bean>
     
-    <util:constant id="Shibboleth.MetadataLookup.Protocol"
+    <util:constant id="shibboleth.MetadataLookup.Protocol"
         static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />
 
-    <util:constant id="Shibboleth.MetadataLookup.Role"
+    <util:constant id="shibboleth.MetadataLookup.Role"
         static-field="org.opensaml.saml.saml2.metadata.SPSSODescriptor.DEFAULT_ELEMENT_NAME" />
 
     <!-- TODO replace with eventual relying-party.xml config -->



More information about the commits mailing list