[java-identity-provider COMMIT] in /trunk/idp-schema/src/main/resources/schema: shibboleth-afp-mf-saml.xsd shibboleth...

noreply at shibboleth.net noreply at shibboleth.net
Thu May 5 15:52:30 EDT 2016


Author: scantor
Date: Thu May  5 15:52:30 2016
New Revision: 8229

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8229&view=rev
Log:
Add scope-checking function added to SP back into schema.

Modified:
    trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-afp.xsd

Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd?rev=8229&r1=8228&r2=8229&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd	(original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd	Thu May  5 15:52:30 2016
@@ -258,6 +258,20 @@
         </complexContent>
     </complexType>
 
+    <complexType name="AttributeValueMatchesShibMDScope">
+        <annotation>
+            <documentation>
+                A match function that ensures that an attribute's value matches a scope given in
+                metadata for the entity or role.
+                
+                Not supported in V3.
+            </documentation>
+        </annotation>
+        <complexContent>
+            <extension base="afp:MatchFunctorType" />
+        </complexContent>
+    </complexType>
+
     <complexType name="AttributeIssuerRegistrationAuthority">
         <annotation>
             <documentation>

Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-afp.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-afp.xsd?rev=8229&r1=8228&r2=8229&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-afp.xsd	(original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-afp.xsd	Thu May  5 15:52:30 2016
@@ -694,6 +694,20 @@
         </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>



More information about the commits mailing list