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

Commit

Permalink
Add a couple of useful parent beans.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 17, 2014
1 parent 302055c commit 2611f64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
<bean id="CompositeStage" abstract="true" parent="stage_parent"
class="net.shibboleth.metadata.pipeline.CompositeStage"/>

<bean id="XMLSignatureSigningStage" abstract="true" parent="stage_parent"
class="net.shibboleth.metadata.dom.XMLSignatureSigningStage"/>

<!--
XMLSignatureValidationStage
Expand Down Expand Up @@ -137,6 +140,10 @@
</property>
</bean>

<bean id="XPathFilteringStage" abstract="true" parent="stage_parent"
class="net.shibboleth.metadata.dom.XPathFilteringStage"
p:namespaceContext-ref="commonNamespaces"/>

<!--
XSLTransformationStage
Expand Down

0 comments on commit 2611f64

Please sign in to comment.