[java-shib-metadata] branch main updated: Remove old test files.

Scott Cantor cantor.2 at osu.edu
Tue Jul 5 16:55:56 UTC 2022


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

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=8fc97379d9f30475554de0710a9a6a88628aa700

The following commit(s) were added to refs/heads/main by this push:
     new 8fc97379d Remove old test files.
8fc97379d is described below

commit 8fc97379d9f30475554de0710a9a6a88628aa700
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 5 12:55:53 2022 -0400

    Remove old test files.
---
 .../impl/metadata/attribute-mapping-metadata.xml   | 63 ----------------------
 .../impl/metadata/attribute-registry-service.xml   | 39 --------------
 .../idp/saml/impl/metadata/attribute-registry.xml  | 28 ----------
 .../idp/saml/impl/metadata/rules/subjectid.txt     |  3 --
 .../idp/saml/impl/metadata/rules/zorkmids.txt      |  4 --
 5 files changed, 137 deletions(-)

diff --git a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-mapping-metadata.xml b/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-mapping-metadata.xml
deleted file mode 100644
index a9850f5a0..000000000
--- a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-mapping-metadata.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<EntitiesDescriptor Name="example.org"
-    xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
-    xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
-    xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute">
-    
-    <Extensions>
-        <mdattr:EntityAttributes>
-            <saml:Attribute Name="http://macedir.org/entity-category"
-                NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
-                <saml:AttributeValue>http://refeds.org/category/research-and-scholarship</saml:AttributeValue>
-            </saml:Attribute>
-        </mdattr:EntityAttributes>
-    </Extensions>
-   
-    <EntityDescriptor entityID="http://foo.example.org/shibboleth">
-      
-      <Extensions>
-        <mdattr:EntityAttributes>
-            <saml:Attribute Name="urn:oasis:names:tc:SAML:profiles:subject-id:req"
-                NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
-                <saml:AttributeValue>none</saml:AttributeValue>
-            </saml:Attribute>
-        </mdattr:EntityAttributes>
-      </Extensions>
-      
-      <IDPSSODescriptor protocolSupportEnumeration="foo">
-         <SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="https://foo.example.org/shibboleth/SSO_BAR"/>
-      </IDPSSODescriptor>
-      
-   </EntityDescriptor>
-   
-
-   <EntityDescriptor entityID="http://bar.example.org/shibboleth">
-
-      <Extensions>
-        <mdattr:EntityAttributes>
-            <saml:Attribute Name="zorkmids"
-                NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
-                <saml:AttributeValue>10</saml:AttributeValue>
-            </saml:Attribute>
-            <saml:Attribute Name="babelfish"
-                NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
-                <saml:AttributeValue>10</saml:AttributeValue>
-            </saml:Attribute>
-        </mdattr:EntityAttributes>
-      </Extensions>
-      
-      <SPSSODescriptor protocolSupportEnumeration="foo">
-         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://bar.example.org/Shibboleth.sso/POST" index="0"/>
-      </SPSSODescriptor>
-      
-   </EntityDescriptor>
-
-   <EntityDescriptor entityID="http://baz.example.org/shibboleth">
-
-      <SPSSODescriptor protocolSupportEnumeration="foo">
-         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://baz.example.org/Shibboleth.sso/POST" index="0"/>
-      </SPSSODescriptor>
-      
-   </EntityDescriptor>
-
-</EntitiesDescriptor>
diff --git a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-registry-service.xml b/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-registry-service.xml
deleted file mode 100644
index a97baa7ba..000000000
--- a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-registry-service.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-        xmlns:context="http://www.springframework.org/schema/context"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xmlns:util="http://www.springframework.org/schema/util"
-        xmlns:p="http://www.springframework.org/schema/p"
-        xmlns:c="http://www.springframework.org/schema/c"
-        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-                            http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
-                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-        default-init-method="initialize"
-        default-destroy-method="destroy">
-
-    <!-- Needed to allow for auto-wiring of descriptors and other componnents. -->
-    <context:annotation-config />
-        
-    <bean id="SAML2NamingFunction" class="net.shibboleth.idp.attribute.transcoding.BasicNamingFunction"
-            c:claz="org.opensaml.saml.saml2.core.Attribute">
-        <constructor-arg name="function">
-            <bean class="net.shibboleth.idp.saml.attribute.transcoding.AbstractSAML2AttributeTranscoder.NamingFunction" />
-        </constructor-arg>
-    </bean>
-    
-    <bean id="RegistryServiceStrategy" class="net.shibboleth.idp.attribute.transcoding.impl.AttributeRegistryServiceStrategy"
-        p:id="shibboleth.AttributeRegistryService" />
-
-    <bean id="shibboleth.AttributeRegistryService" class="net.shibboleth.ext.spring.service.ReloadableSpringService"
-            c:claz="net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry"
-            c:strategy-ref="RegistryServiceStrategy"
-            p:failFast="true"
-            p:reloadCheckDelay="0">
-        <property name="serviceConfigurations">
-            <util:list>
-                <value>net/shibboleth/idp/saml/impl/metadata/attribute-registry.xml</value>
-            </util:list>
-        </property>
-    </bean>
-
-</beans>
\ No newline at end of file
diff --git a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-registry.xml b/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-registry.xml
deleted file mode 100644
index 307cf3132..000000000
--- a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/attribute-registry.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:context="http://www.springframework.org/schema/context"
-       xmlns:util="http://www.springframework.org/schema/util"
-       xmlns:p="http://www.springframework.org/schema/p"
-       xmlns:c="http://www.springframework.org/schema/c"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
-                           http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
-                           http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-                           
-       default-init-method="initialize"
-       default-destroy-method="destroy">
-
-    <bean id="SAML2StringTranscoder"
-        class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML2StringAttributeTranscoder" />
-    <bean id="SAML2ScopedStringTranscoder"
-        class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML2ScopedStringAttributeTranscoder" />
-    <bean id="SAML2ByteTranscoder"
-        class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML2ByteAttributeTranscoder" />
-    <bean id="SAML2XMLObjectTranscoder"
-        class="net.shibboleth.idp.saml.attribute.transcoding.impl.SAML2XMLObjectAttributeTranscoder" />
-
-    <bean id="shibboleth.TranscodingRuleLoader"
-        class="net.shibboleth.idp.attribute.transcoding.impl.TranscodingRuleLoader"
-        c:dir="net/shibboleth/idp/saml/impl/metadata/rules" />
-    
-</beans>
diff --git a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/rules/subjectid.txt b/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/rules/subjectid.txt
deleted file mode 100644
index 17d1ceb29..000000000
--- a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/rules/subjectid.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-id = subject-id-req
-transcoder = SAML2StringTranscoder
-saml2.name = urn:oasis:names:tc:SAML:profiles:subject-id:req
diff --git a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/rules/zorkmids.txt b/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/rules/zorkmids.txt
deleted file mode 100644
index 1b25004df..000000000
--- a/shib-metadata-impl/src/test/resources/net/shibboleth/idp/saml/impl/metadata/rules/zorkmids.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-id = zorkmids
-transcoder = SAML2StringTranscoder
-saml2.name = zorkmids
-saml2.nameFormat = urn:oasis:names:tc:SAML:2.0:attrname-format:basic

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


More information about the commits mailing list