Skip to content

Commit

Permalink
Use AssuranceCertificationMatcher to simplify SIRTFI handling
Browse files Browse the repository at this point in the history
Change SIRTFI parent bean to the ukf bean from ukf-mda 0.9.12
  • Loading branch information
iay authored and Alex Stuart committed Aug 25, 2022
1 parent c6e3611 commit 6598f82
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,26 +136,8 @@
<!--
Entity attribute matcher for the SIRTFI assurance certification.
-->
<bean id="SIRTFI.entity.attribute.matcher" parent="mda.MultiPredicateMatcher">
<property name="nameFormatPredicate">
<bean class="com.google.common.base.Predicates"
factory-method="equalTo"
c:_="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
/>
</property>
<property name="namePredicate">
<bean class="com.google.common.base.Predicates"
factory-method="equalTo"
c:_="urn:oasis:names:tc:SAML:attribute:assurance-certification"
/>
</property>
<property name="valuePredicate">
<bean class="com.google.common.base.Predicates"
factory-method="equalTo"
c:_="https://refeds.org/sirtfi"
/>
</property>
</bean>
<bean id="SIRTFI.entity.attribute.matcher" parent="ukf.AssuranceCertificationMatcher"
c:_="https://refeds.org/sirtfi"/>

<!--
Remove the REFEDS metadata namespace.
Expand Down

0 comments on commit 6598f82

Please sign in to comment.