[java-metadata-aggregator] branch main updated: MDA-245 - Terminology changes
Ian Young
ian at iay.org.uk
Thu May 9 09:47:28 UTC 2024
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=866ff4e118e207fa28fb892710944f310bb287e8
The following commit(s) were added to refs/heads/main by this push:
new 866ff4e MDA-245 - Terminology changes
866ff4e is described below
commit 866ff4e118e207fa28fb892710944f310bb287e8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu May 9 10:47:24 2024 +0100
MDA-245 - Terminology changes
https://shibboleth.atlassian.net/browse/MDA-245
Update wiki examples.
---
doc/wiki/aggregate-and-republish.xml | 4 ++--
doc/wiki/aggregate-and-sign.xml | 2 +-
doc/wiki/filter-aggregate.xml | 4 ++--
doc/wiki/run-all-examples.sh | 6 ++++++
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/doc/wiki/aggregate-and-republish.xml b/doc/wiki/aggregate-and-republish.xml
index 2fef0ce..b262734 100644
--- a/doc/wiki/aggregate-and-republish.xml
+++ b/doc/wiki/aggregate-and-republish.xml
@@ -307,7 +307,7 @@
-->
<bean id="retainIdPs" parent="mda.EntityRoleFilterStage"
- p:id="retainIdPs" p:whitelistingRoles="true">
+ p:id="retainIdPs" p:keepingRoles="true">
<property name="designatedRoles">
<util:list>
<bean class="javax.xml.namespace.QName">
@@ -344,7 +344,7 @@
restriction to it, sign it, and write it out to a file.
-->
<bean id="retainSPs" parent="mda.EntityRoleFilterStage"
- p:id="retainSPs" p:whitelistingRoles="true">
+ p:id="retainSPs" p:keepingRoles="true">
<property name="designatedRoles">
<util:list>
<bean class="javax.xml.namespace.QName">
diff --git a/doc/wiki/aggregate-and-sign.xml b/doc/wiki/aggregate-and-sign.xml
index 4d5def4..68eafdd 100644
--- a/doc/wiki/aggregate-and-sign.xml
+++ b/doc/wiki/aggregate-and-sign.xml
@@ -24,7 +24,7 @@
<bean id="removeInvalidContactPerson" parent="mda.ContactPersonFilterStage">
<property name="id" value="removeInvalidContactPerson"/>
- <property name="whitelistingTypes" value="false"/>
+ <property name="keepingTypes" value="false"/>
</bean>
<bean id="removeOrganization" parent="mda.RemoveOrganizationStage">
diff --git a/doc/wiki/filter-aggregate.xml b/doc/wiki/filter-aggregate.xml
index 7a1c32f..d6e6cf7 100644
--- a/doc/wiki/filter-aggregate.xml
+++ b/doc/wiki/filter-aggregate.xml
@@ -91,7 +91,7 @@
<bean id="removeRoles" parent="mda.EntityRoleFilterStage">
<property name="id" value="removeRoles"/>
- <property name="whitelistingRoles" value="true"/>
+ <property name="keepingRoles" value="true"/>
<property name="designatedRoles">
<list>
<bean class="javax.xml.namespace.QName">
@@ -112,7 +112,7 @@
<bean id="removeInvalidContactPerson" parent="mda.ContactPersonFilterStage">
<property name="id" value="removeInvalidContactPerson"/>
- <property name="whitelistingTypes" value="false"/>
+ <property name="keepingTypes" value="false"/>
</bean>
<bean id="removeOrganization" parent="mda.RemoveOrganizationStage">
diff --git a/doc/wiki/run-all-examples.sh b/doc/wiki/run-all-examples.sh
index 667fb42..ee88515 100755
--- a/doc/wiki/run-all-examples.sh
+++ b/doc/wiki/run-all-examples.sh
@@ -7,9 +7,15 @@ set -e
rm -rf softhsm/*
source ./setup-softhsm.sh
+echo Aggregate and Sign...
mda.sh aggregate-and-sign.xml main
+echo Filter Aggregate...
mda.sh filter-aggregate.xml main
+echo Aggregate and Republish...
mda.sh aggregate-and-republish.xml main
+echo Sign Using Token...
mda.sh sign-using-token.xml main
+echo Per-entity metadata...
mda.sh per-entity.xml main
+echo Discovery feed...
mda.sh discofeed.xml main
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list