Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Switch from SWAMID 1.0 aggregate to SWAMID 2.0 aggregate. This has a …
Browse files Browse the repository at this point in the history
…validUntil that we can check, and also includes entities imported from eduGAIN.
  • Loading branch information
iay committed Mar 17, 2013
1 parent 288e728 commit 969cfe5
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions mdx/se_swamid/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@
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">

<!--
Import eduGAIN participant beans for namespace stripping stages.
-->
<import resource="../cz_eduid/beans.xml"/>
<import resource="../hu_eduid/beans.xml"/>

<!--
Location of various resources.
-->
<bean id="se_swamid_productionAggregate_url" class="java.lang.String">
<constructor-arg value="http://md.swamid.se/md/swamid-1.0.xml"/>
<constructor-arg value="http://md.swamid.se/md/swamid-2.0.xml"/>
</bean>
<bean id="se_swamid_edugainAggregate_url" class="java.lang.String">
<constructor-arg value="http://md2.swamid.se/md/swamid-edugain-1.0.xml"/>
Expand Down Expand Up @@ -123,17 +129,25 @@
<!--
No validUntil attribute at present.
-->
<!--
<ref bean="check_validUntil"/>
-->
<ref bean="se_swamid_checkSignature"/>
<ref bean="errorTerminatingFilter"/>

<ref bean="disassemble"/>


<!--
The production aggregate contains imported entities from
other federations. So, can have any registrationAuthority,
but default it if not present.
-->
<ref bean="se_swamid_default_regauth"/>
<ref bean="se_swamid_check_regauth"/>

<!--
Strip eduGAIN participant-specific namespaces.
-->
<ref bean="cz_eduid_stripMetadataNamespace"/>
<ref bean="hu_eduid_stripEntityAttributesNamespace"/>

<ref bean="standardImportActions"/>

<!-- Strip all entity attributes from this source. -->
Expand Down

0 comments on commit 969cfe5

Please sign in to comment.