Skip to content

Commit

Permalink
Track aggregator 0.6 latest snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 24, 2011
1 parent b40af8d commit c7cd13b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions mdx/aaf/aaf-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Fetch the AAF export metadata aggregate. For the moment, use the production aggregate in lieu
of a designated export aggregate.
-->
<bean id="fetchAafExportAggregate" class="net.shibboleth.metadata.dom.stage.DomHttpSourceStage">
<bean id="fetchAafExportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage">
<property name="id" value="fetchAafExportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="http://manager.aaf.edu.au/metadata/metadata.aaf.signed.xml"/>
Expand All @@ -29,7 +29,7 @@
<!--
Check AAF signing signature.
-->
<bean id="checkAafSignature" class="net.shibboleth.metadata.dom.stage.XMLSignatureValidationStage">
<bean id="checkAafSignature" class="net.shibboleth.metadata.dom.XMLSignatureValidationStage">
<property name="id" value="checkAafSignature"/>
<property name="verificationCertificate" ref="aafSigningCertificate"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions mdx/arnes/arnes-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Fetch the ARNES export metadata aggregate. For the moment, use the production aggregate in lieu
of a designated export aggregate.
-->
<bean id="fetchArnesExportAggregate" class="net.shibboleth.metadata.dom.stage.DomHttpSourceStage">
<bean id="fetchArnesExportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage">
<property name="id" value="fetchArnesExportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="http://ds.aai.arnes.si/metadata/aai.arnes.si.signed.xml"/>
Expand All @@ -29,7 +29,7 @@
<!--
Check ARNES signing signature.
-->
<bean id="checkArnesSignature" class="net.shibboleth.metadata.dom.stage.XMLSignatureValidationStage">
<bean id="checkArnesSignature" class="net.shibboleth.metadata.dom.XMLSignatureValidationStage">
<property name="id" value="checkArnesSignature"/>
<property name="verificationCertificate" ref="arnesSigningCertificate"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions mdx/caf/caf-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Fetch the CAF export metadata aggregate. For the moment, use the production aggregate in lieu
of a designated export aggregate.
-->
<bean id="fetchCafExportAggregate" class="net.shibboleth.metadata.dom.stage.DomHttpSourceStage">
<bean id="fetchCafExportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage">
<property name="id" value="fetchCafExportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="https://caf-shibops.ca/CoreServices/cafshib_metadata_signed.xml"/>
Expand All @@ -29,7 +29,7 @@
<!--
Check CAF signing signature.
-->
<bean id="checkCafSignature" class="net.shibboleth.metadata.dom.stage.XMLSignatureValidationStage">
<bean id="checkCafSignature" class="net.shibboleth.metadata.dom.XMLSignatureValidationStage">
<property name="id" value="checkCafSignature"/>
<property name="verificationCertificate" ref="cafSigningCertificate"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
A pipeline stage that checks against all the common schemas, as above.
-->
<bean id="checkSchemas" class="net.shibboleth.metadata.dom.stage.XMLSchemaValidationStage">
<bean id="checkSchemas" class="net.shibboleth.metadata.dom.XMLSchemaValidationStage">
<property name="id" value="checkSchemas"/>
<property name="schemaResources" ref="schemaResources"/>
</bean>
Expand All @@ -123,7 +123,7 @@
presented, for example by removing redundant attributes or elements which only have
meaning when added by the UK federation registrar.
-->
<bean id="cleanImport" class="net.shibboleth.metadata.dom.stage.XSLTStage">
<bean id="cleanImport" class="net.shibboleth.metadata.dom.XSLTStage">
<property name="id" value="cleanImport"/>
<property name="xslResource">
<bean class="org.opensaml.util.resource.FilesystemResource">
Expand Down
4 changes: 2 additions & 2 deletions mdx/edugain/edugain-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">

<bean id="fetchEduGainExportAggregate" class="net.shibboleth.metadata.dom.stage.DomHttpSourceStage">
<bean id="fetchEduGainExportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage">
<property name="id" value="fetchEduGainExportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="http://mds.edugain.org"/>
Expand All @@ -26,7 +26,7 @@
</property>
</bean>

<bean id="checkEdugainSignature" class="net.shibboleth.metadata.dom.stage.XMLSignatureValidationStage">
<bean id="checkEdugainSignature" class="net.shibboleth.metadata.dom.XMLSignatureValidationStage">
<property name="id" value="checkEdugainSignature"/>
<property name="verificationCertificate" ref="edugainSigningCertificate"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions mdx/edugate/edugate-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Fetch the Edugate metadata aggregate. For the moment, use the production aggregate in lieu
of a designated export aggregate.
-->
<bean id="fetchEdugateExportAggregate" class="net.shibboleth.metadata.dom.stage.DomHttpSourceStage">
<bean id="fetchEdugateExportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage">
<property name="id" value="fetchEdugateExportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="https://edugate.heanet.ie/edugate-metadata-signed.xml"/>
Expand All @@ -26,7 +26,7 @@
</property>
</bean>

<bean id="checkEdugateSignature" class="net.shibboleth.metadata.dom.stage.XMLSignatureValidationStage">
<bean id="checkEdugateSignature" class="net.shibboleth.metadata.dom.XMLSignatureValidationStage">
<property name="id" value="checkEdugateSignature"/>
<property name="verificationCertificate" ref="edugateSigningCertificate"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions mdx/incommon/incommon-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Fetch the InCommon export metadata aggregate. For the moment, use the production aggregate in lieu
of a designated export aggregate.
-->
<bean id="fetchInCommonExportAggregate" class="net.shibboleth.metadata.dom.stage.DomHttpSourceStage">
<bean id="fetchInCommonExportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage">
<property name="id" value="fetchInCommonExportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml"/>
Expand All @@ -29,7 +29,7 @@
<!--
Check InCommon signing signature.
-->
<bean id="checkInCommonSignature" class="net.shibboleth.metadata.dom.stage.XMLSignatureValidationStage">
<bean id="checkInCommonSignature" class="net.shibboleth.metadata.dom.XMLSignatureValidationStage">
<property name="id" value="checkInCommonSignature"/>
<property name="verificationCertificate" ref="inCommonSigningCertificate"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions mdx/swamid/swamid-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Fetch the SWAMID export metadata aggregate. For the moment, use the production aggregate in lieu
of a designated export aggregate.
-->
<bean id="fetchSwamidExportAggregate" class="net.shibboleth.metadata.dom.stage.DomHttpSourceStage">
<bean id="fetchSwamidExportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage">
<property name="id" value="fetchSwamidExportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="http://md.swamid.se/md/swamid-1.0.xml"/>
Expand All @@ -29,7 +29,7 @@
<!--
Check SWAMID signing signature.
-->
<bean id="checkSwamidSignature" class="net.shibboleth.metadata.dom.stage.XMLSignatureValidationStage">
<bean id="checkSwamidSignature" class="net.shibboleth.metadata.dom.XMLSignatureValidationStage">
<property name="id" value="checkSwamidSignature"/>
<property name="verificationCertificate" ref="swamidSigningCertificate"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions mdx/switch/switch-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Fetch the SWITCH metadata aggregate. For the moment, use the production aggregate in lieu
of a designated export aggregate.
-->
<bean id="fetchSwitchExportAggregate" class="net.shibboleth.metadata.dom.stage.DomHttpSourceStage">
<bean id="fetchSwitchExportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage">
<property name="id" value="fetchSwitchExportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="http://switch.ch/aai/federation/SWITCHaai/metadata.switchaai_signed.xml"/>
Expand All @@ -26,7 +26,7 @@
</property>
</bean>

<bean id="checkSwitchSignature" class="net.shibboleth.metadata.dom.stage.XMLSignatureValidationStage">
<bean id="checkSwitchSignature" class="net.shibboleth.metadata.dom.XMLSignatureValidationStage">
<property name="id" value="checkSwitchSignature"/>
<property name="verificationCertificate" ref="switchSigningCertificate"/>
</bean>
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/uk-collect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<constructor-arg name="prefixMappings" ref="commonNamespaces"/>
</bean>

<bean id="fetchUkFragmentFiles" class="net.shibboleth.metadata.dom.stage.DomFilesystemSourceStage">
<bean id="fetchUkFragmentFiles" class="net.shibboleth.metadata.dom.DomFilesystemSourceStage">
<property name="id" value="fetchUkFragmentFiles"/>
<property name="parserPool" ref="parserPool"/>
<property name="source">
Expand Down

0 comments on commit c7cd13b

Please sign in to comment.