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

Commit

Permalink
Accept hide-from-discovery entity category from eduGAIN participants.
Browse files Browse the repository at this point in the history
Also, tidy the list and use Spring c:-notation for categories.
  • Loading branch information
iay committed Nov 7, 2014
1 parent 9146be2 commit 024212e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,18 +262,21 @@
<bean parent="EntityAttributeFilteringStage" p:id="entityAttributes">
<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">
<constructor-arg value="http://refeds.org/category/research-and-scholarship"/>
</bean>
<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">
<constructor-arg value="http://refeds.org/category/research-and-scholarship"/>
</bean>
<!-- Permit GÉANT CoC category from any eduGAIN participant. -->
<bean parent="EntityCategoryMatcher">
<constructor-arg value="http://www.geant.net/uri/dataprotection-code-of-conduct/v1"/>
</bean>
<bean parent="EntityCategorySupportMatcher"
c:category="http://refeds.org/category/research-and-scholarship"/>
</list>
</property>
</bean>
Expand Down

0 comments on commit 024212e

Please sign in to comment.