Skip to content

Commit

Permalink
Update at_aconet aggregate locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Oct 8, 2013
1 parent 373f0ba commit 6e79645
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions mdx/at_aconet/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,13 @@
<!--
Location of various resources.
-->
<!-- "old" (ACOnet-registered-only) production metadata -->
<bean id="at_aconet_oldProductionAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/OLD-aconet-metadata.xml"/>
</bean>
<!-- production aggregate -->
<bean id="at_aconet_productionAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/aconet-metadata.xml"/>
</bean>
<!-- test aggregate -->
<bean id="at_aconet_testAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/md/aconet-metadata.xml"/>
</bean>
<!-- test aggregate containing ACOnet-registered and imported entities -->
<bean id="at_aconet_allAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/md/aconet-interfed-metadata.xml"/>
<!-- ACOnet-registered entities without interfederation -->
<bean id="at_aconet_registrarAggregate_url" class="java.lang.String">
<constructor-arg value="http://eduid.at/md/aconet-registered.xml"/>
</bean>
<!-- eduGAIN export aggregate -->
<bean id="at_aconet_edugainAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/md/edugain-upstream.xml"/>
<constructor-arg value="http://eduid.at/md/upstream-edugain.xml"/>
</bean>

<!--
Expand All @@ -44,7 +32,7 @@
<property name="domResource">
<bean class="net.shibboleth.utilities.java.support.httpclient.HttpResource">
<constructor-arg name="client" ref="httpClient"/>
<constructor-arg name="url" ref="at_aconet_productionAggregate_url"/>
<constructor-arg name="url" ref="at_aconet_registrarAggregate_url"/>
</bean>
</property>
</bean>
Expand Down

0 comments on commit 6e79645

Please sign in to comment.