[java-identity-provider] branch main updated: Replace references to Pair class.

Scott Cantor cantor.2 at osu.edu
Thu Nov 5 20:01:11 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=adc98fb2f33bc54f8e49fced2665945c5b7742ea

The following commit(s) were added to refs/heads/main by this push:
       new  adc98fb2f Replace references to Pair class.
adc98fb2f is described below

commit adc98fb2f33bc54f8e49fced2665945c5b7742ea
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 5 15:01:07 2020 -0500

    Replace references to Pair class.
---
 .../resources/net/shibboleth/idp/conf/authn-system.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
index b48ce21a9..55cbd99f4 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/authn-system.xml
@@ -479,31 +479,31 @@
 
     <!-- Boilerplate objects needed to key the installation of matching rules in the comparison registry. -->
 
-    <bean id="shibboleth.SAMLAuthnMethodExact" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLAuthnMethodExact" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthenticationMethodPrincipal) }" p:second="exact"/>
     
-    <bean id="shibboleth.SAMLACClassRefExact" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLACClassRefExact" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal) }" p:second="exact"/>
 
-    <bean id="shibboleth.SAMLACDeclRefExact" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLACDeclRefExact" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthnContextDeclRefPrincipal) }" p:second="exact"/>
 
-    <bean id="shibboleth.SAMLACClassRefMinimum" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLACClassRefMinimum" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal) }" p:second="minimum"/>
 
-    <bean id="shibboleth.SAMLACDeclRefMinimum" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLACDeclRefMinimum" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthnContextDeclRefPrincipal) }" p:second="minimum"/>
 
-    <bean id="shibboleth.SAMLACClassRefMaximum" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLACClassRefMaximum" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal) }" p:second="maximum"/>
 
-    <bean id="shibboleth.SAMLACDeclRefMaximum" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLACDeclRefMaximum" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthnContextDeclRefPrincipal) }" p:second="maximum"/>
 
-    <bean id="shibboleth.SAMLACClassRefBetter" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLACClassRefBetter" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal) }" p:second="better"/>
 
-    <bean id="shibboleth.SAMLACDeclRefBetter" class="net.shibboleth.utilities.java.support.collection.Pair"
+    <bean id="shibboleth.SAMLACDeclRefBetter" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.saml.authn.principal.AuthnContextDeclRefPrincipal) }" p:second="better"/>
     
 </beans>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list