[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 5 14:29:22 EDT 2016
Author: scantor
Date: Thu May 5 14:29:21 2016
New Revision: 8224
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8224&view=rev
Log:
Backport AttributeIssuer version of RegistrationAuthority functor into schema.
Modified:
trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.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=8224&r1=8223&r2=8224&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 14:29:21 2016
@@ -251,6 +251,19 @@
</complexContent>
</complexType>
+ <complexType name="AttributeIssuerRegistrationAuthority">
+ <annotation>
+ <documentation>
+ A match function that matches the attribute issuer's MDRPI content against a list of potential values.
+
+ Not supported in V3.
+ </documentation>
+ </annotation>
+ <complexContent>
+ <extension base="saml:RegistrationAuthorityMatchType" />
+ </complexContent>
+ </complexType>
+
<complexType name="RegistrationAuthority">
<annotation>
<documentation>
@@ -258,13 +271,19 @@
</documentation>
</annotation>
<complexContent>
+ <extension base="saml:RegistrationAuthorityMatchType" />
+ </complexContent>
+ </complexType>
+
+ <complexType name="RegistrationAuthorityMatchType" abstract="true">
+ <complexContent>
<extension base="afp:MatchFunctorType">
<attribute name="registrars" type="saml:anyURIListType" use="required">
<annotation>
<documentation>The string values to match.</documentation>
</annotation>
</attribute>
- <attribute name="matchIfMetadataSilent" type="string">
+ <attribute name="matchIfMetadataSilent" type="boolean">
<annotation>
<documentation>
A boolean flag indicating whether a match should occur if the metadata does
More information about the commits
mailing list