Skip to content

Commit

Permalink
Add abstract beans for some more standard stages
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Oct 20, 2016
1 parent cc05db0 commit e5fc16a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@
<bean id="EntityFilterStage" abstract="true" parent="stage_parent"
class="net.shibboleth.metadata.dom.saml.EntityFilterStage"/>

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

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

Expand All @@ -263,6 +266,12 @@
<bean id="PipelineMergeStage.deduplicate" abstract="true" parent="PipelineMergeStage"
p:collectionMergeStrategy-ref="deduplicateMergeStrategy"/>

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

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

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

Expand Down

0 comments on commit e5fc16a

Please sign in to comment.