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

Commit

Permalink
Switch to entity attribute blacklist for fallback aggregate
Browse files Browse the repository at this point in the history
Final phase of ukf/ukf-meta#10.
  • Loading branch information
iay committed Apr 10, 2017
1 parent d60507d commit 723c01f
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,33 +219,6 @@
</property>
</bean>

<bean id="entityAttributes.whitelist" parent="EntityAttributeFilteringStage">
<property name="whitelisting" value="true"/>
<property name="rules">
<list>
<!-- Permit GÉANT CoC category from any eduGAIN participant. -->
<bean parent="EntityCategoryMatcher"
c:category="http://www.geant.net/uri/dataprotection-code-of-conduct/v1"/>

<!-- Permit REFEDS Hide From Discovery category from any eduGAIN participant. -->
<bean parent="EntityCategoryMatcher"
c:category="http://refeds.org/category/hide-from-discovery"/>

<!-- Permit REFEDS R&S category from any eduGAIN participant. -->
<bean parent="EntityCategoryMatcher"
c:category="http://refeds.org/category/research-and-scholarship"/>

<!-- Permit REFEDS R&S category *support* from any eduGAIN participant. -->
<bean parent="EntityCategorySupportMatcher"
c:category="http://refeds.org/category/research-and-scholarship"/>

<!-- Permit SIRTFI entity attribute from any eduGAIN participant -->
<ref bean="SIRTFI.entity.attribute.matcher"/>

</list>
</property>
</bean>

<bean id="uk_int_edugain_importPipeline" parent="SimplePipeline">
<property name="stages">
<list>
Expand Down Expand Up @@ -531,7 +504,6 @@
<ref bean="check_dup_display"/>
<ref bean="errorTerminatingFilter"/>

<ref bean="entityAttributes.whitelist"/>
<ref bean="uk_assemble"/>
<ref bean="stripWayfNamespace"/>
<ref bean="stripEmptyExtensions"/>
Expand Down

0 comments on commit 723c01f

Please sign in to comment.