Skip to content

Commit

Permalink
Populate UKId item metadata in UK collect flow.
Browse files Browse the repository at this point in the history
Apply a standard ordering strategy to UK aggregates.
  • Loading branch information
iay committed Jun 13, 2011
1 parent c71fdad commit 8a35e5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mdx/uk/uk-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,25 @@
</bean>


<!--
Populate UKId values from entities.
-->
<bean id="populateUKIds" class="uk.org.ukfederation.mda.EntityDescriptorUKIdPopulationStage"
init-method="initialize" lazy-init="true">
<property name="id" value="populateUKIds"/>
</bean>


<!--
UK federation EntitiesDescriptor assembler pipeline stage.
-->
<bean id="assemble.uk" class="net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage"
init-method="initialize" lazy-init="true">
<property name="id" value="assemble.uk"/>
<property name="descriptorName" value="http://ukfederation.org.uk"/>
<property name="itemOrderingStrategy">
<bean class="uk.org.ukfederation.mda.UKEntityOrderingStrategy"/>
</property>
</bean>


Expand Down
1 change: 1 addition & 0 deletions mdx/uk/uk-collect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<ref bean="filterDeletedEntities"/>
<ref bean="processFragment"/>
<ref bean="populateItemIds"/>
<ref bean="populateUKIds"/>
<ref bean="checkSchemas"/>
<ref bean="CHECK.std"/>

Expand Down
Binary file modified tools/ukf-mda/ukf-mda-0.6-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 8a35e5f

Please sign in to comment.