[java-identity-provider] branch master updated: IDP-683 IDP-1291 Remove the *MatchesShibMDScope filters

Rod Widdowson rdw at steadingsoftware.com
Fri Apr 12 08:14:52 EDT 2019


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

rdw pushed a commit to branch master
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/master by this push:
       new  5ddb9cd   IDP-683 IDP-1291 Remove the *MatchesShibMDScope filters
5ddb9cd is described below

commit 5ddb9cd624b2b8d57661b154f3509e81e91034cf
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Apr 12 13:13:08 2019 +0100

    IDP-683 IDP-1291 Remove the *MatchesShibMDScope filters
    
    https://issues.shibboleth.net/jira/browse/IDP-683
    https://issues.shibboleth.net/jira/browse/IDP-1291
    
    They were never implemented and have been stripped from the documentation.
    The schema has diverged wildly from the SP so there is no loss.
---
 .../src/main/resources/schema/shibboleth-afp.xsd   | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/idp-schema/src/main/resources/schema/shibboleth-afp.xsd b/idp-schema/src/main/resources/schema/shibboleth-afp.xsd
index a0041ce..7ca9682 100644
--- a/idp-schema/src/main/resources/schema/shibboleth-afp.xsd
+++ b/idp-schema/src/main/resources/schema/shibboleth-afp.xsd
@@ -707,34 +707,6 @@
         </complexContent>
     </complexType>
 
-    <complexType name="AttributeScopeMatchesShibMDScope">
-        <annotation>
-            <documentation>
-                A match function that ensures that an attribute value's scope matches a scope given in
-                metadata for the entity or role.
-                
-                Not implemented in V3.
-            </documentation>
-        </annotation>
-        <complexContent>
-            <extension base="afp:MatchFunctorType"/>
-        </complexContent>
-    </complexType>
-
-    <complexType name="AttributeValueMatchesShibMDScope">
-        <annotation>
-            <documentation>
-                A match function that ensures that an attribute value's scope matches a scope given in
-                metadata for the entity or role.
-                
-                Not implemented in V3.
-            </documentation>
-        </annotation>
-        <complexContent>
-            <extension base="afp:MatchFunctorType"/>
-        </complexContent>
-    </complexType>
-
     <complexType name="AttributeIssuerRegistrationAuthority">
         <annotation>
             <documentation>

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


More information about the commits mailing list