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

Commit

Permalink
Common definitions for new ukf-mda entity attribute filtering stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 25, 2014
1 parent e8663e0 commit d253e09
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,21 @@

<bean id="X509ValidationStage" abstract="true" parent="stage_parent"
class="uk.org.ukfederation.mda.validate.X509ValidationStage"/>

<bean id="EntityAttributeFilteringStage" abstract="true" parent="stage_parent"
class="uk.org.ukfederation.mda.dom.saml.mdattr.EntityAttributeFilteringStage"/>

<bean id="EntityCategoryMatcher" abstract="true"
class="uk.org.ukfederation.mda.dom.saml.mdattr.EntityCategoryMatcher"/>

<bean id="EntityCategorySupportMatcher" abstract="true"
class="uk.org.ukfederation.mda.dom.saml.mdattr.EntityCategorySupportMatcher"/>

<bean id="MultiPredicateMatcher" abstract="true"
class="uk.org.ukfederation.mda.dom.saml.mdattr.MultiPredicateMatcher"/>

<bean id="RegistrationAuthorityMatcher" abstract="true"
class="uk.org.ukfederation.mda.dom.saml.mdattr.RegistrationAuthorityMatcher"/>

<bean id="validator_parent" abstract="true" parent="component_parent"/>

Expand Down Expand Up @@ -1034,9 +1049,6 @@
<ref bean="stripUkfedlabelNamespace"/>
<ref bean="stripWayfNamespace"/>

<!-- Strip all entity attributes from this source. -->
<ref bean="stripMdattrNamespace"/>

<ref bean="cleanImport"/>
<ref bean="stripAAMDUI"/>
<ref bean="trimImportElementWhitespace"/>
Expand Down

0 comments on commit d253e09

Please sign in to comment.