Skip to content

Commit

Permalink
Import the SWAMID federations eduGAIN export aggregate; this is an in…
Browse files Browse the repository at this point in the history
…dependent SE/UK pilot that will be superceded once we have eduGAIN itself in production.
  • Loading branch information
iay committed Jun 4, 2013
1 parent fb7c8e1 commit d8f0659
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
Import beans from other channels.
-->
<import resource="../ie_edugate/beans.xml"/>
<import resource="../se_swamid/beans.xml"/>
<import resource="../us_incommon/beans.xml"/>


Expand Down Expand Up @@ -186,6 +187,17 @@
</property>
</bean>

<bean id="uk_se_swamid_importPipeline" parent="pipeline_parent"
p:id="uk_se_swamid_importPipeline">
<property name="stages">
<list>
<ref bean="se_swamid_edugainEntities"/>
<ref bean="uk_fix_mailto"/>
<ref bean="uk_hide_idps"/>
</list>
</property>
</bean>

<bean id="uk_us_incommon_importPipeline" parent="pipeline_parent"
p:id="uk_us_incommon_importPipeline">
<property name="stages">
Expand Down Expand Up @@ -688,6 +700,7 @@
<!-- entries earlier in the list have higher precedence -->
<ref bean="uk_ie_edugate_importPipeline"/>
<ref bean="uk_us_incommon_importPipeline"/>
<ref bean="uk_se_swamid_importPipeline"/>
</list>
</property>
</bean>
Expand Down

0 comments on commit d8f0659

Please sign in to comment.