[java-metadata-aggregator] branch master updated: MDA-56 - add EntityAttributeAddingStage to bean definition file
Ian Young
ian at iay.org.uk
Wed Jun 28 12:17:02 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=d7856505067e09b5fd1ae2aa7cee4d07be8c1c97
The following commit(s) were added to refs/heads/master by this push:
new d785650 MDA-56 - add EntityAttributeAddingStage to bean definition file
d785650 is described below
commit d7856505067e09b5fd1ae2aa7cee4d07be8c1c97
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jun 28 17:16:52 2017 +0100
MDA-56 - add EntityAttributeAddingStage to bean definition file
---
.../src/main/resources/net/shibboleth/metadata/beans.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/beans.xml b/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/beans.xml
index f524688..e3d54e7 100644
--- a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/beans.xml
+++ b/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/beans.xml
@@ -157,6 +157,9 @@
<bean id="mda.AssuranceCertificationMatcher" abstract="true"
class="net.shibboleth.metadata.dom.saml.mdattr.AssuranceCertificationMatcher"/>
+ <bean id="mda.EntityAttributeAddingStage" abstract="true" parent="mda.stage_parent"
+ class="net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeAddingStage"/>
+
<bean id="mda.EntityAttributeFilteringStage" abstract="true" parent="mda.stage_parent"
class="net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list