[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
Mon Jun 30 05:37:24 EDT 2014


Author: rdw
Date: Mon Jun 30 05:37:24 2014
New Revision: 6190

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6190&view=rev
Log:
IDP-385 Relax several types to be string to allow for property replacement.

Modified:
    trunk/idp-schema/src/main/resources/schema/shibboleth-afp-mf-saml.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-relying-party.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-resource.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-security-policy-saml.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-security.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=6190&r1=6189&r2=6190&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 Mon Jun 30 05:37:24 2014
@@ -260,7 +260,7 @@
                         <documentation>The string values to match.</documentation>
                     </annotation>
                 </attribute>
-                <attribute name="matchIfMetadataSilent" type="boolean">
+                <attribute name="matchIfMetadataSilent" type="string">
                     <annotation>
                         <documentation>
                             A boolean flag indicating whether a match should occur if the metadata does

Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd?rev=6190&r1=6189&r2=6190&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd Mon Jun 30 05:37:24 2014
@@ -121,13 +121,13 @@
                         <documentation>The URL from which to retrieve the metadata.</documentation>
                     </annotation>
                 </attribute>
-                <attribute name="disregardSslCertificate" type="boolean">
+                <attribute name="disregardSslCertificate" type="string">
                     <annotation>
                         <documentation>Server certificate will be ignored when fetching from an HTTPS source.
                         </documentation>
                     </annotation>
                 </attribute>
-                <attribute name="maintainExpiredMetadata" type="boolean">
+                <attribute name="maintainExpiredMetadata" type="string">
                     <annotation>
                         <documentation>This is deprecated, use requireValidMetadata instead.</documentation>
                     </annotation>
@@ -152,7 +152,7 @@
                         </documentation>
                     </annotation>
                 </attribute>
-                <attribute name="proxyPort" type="positiveInteger">
+                <attribute name="proxyPort" type="string">
                     <annotation>
                         <documentation>Port of the HTTP proxy through which connections will be made.</documentation>
                     </annotation>
@@ -201,7 +201,7 @@
                         <documentation>The path to the metadata file.</documentation>
                     </annotation>
                 </attribute>
-                <attribute name="maintainExpiredMetadata" type="boolean">
+                <attribute name="maintainExpiredMetadata" type="string">
                     <annotation>
                         <documentation>This is deprecated, use requireValidMetadata instead.</documentation>
                     </annotation>
@@ -226,19 +226,19 @@
                         <documentation>ID of the task timer used to schedule background refresh jobs.</documentation>
                     </annotation>
                 </attribute>
-                <attribute name="refreshDelayFactor" type="decimal">
+                <attribute name="refreshDelayFactor" type="string">
                     <annotation>
                         <documentation>Factor applied to metadata's expiration time in order to determine next refresh
                             time. Must be between 0.0 and 1.0, exclusive.</documentation>
                     </annotation>
                 </attribute>
-                <attribute name="maxRefreshDelay" type="duration">
+                <attribute name="maxRefreshDelay" type="string">
                     <annotation>
                         <documentation>Maximum amount time, from the previous, before a metadata refresh cycle runs.
                         </documentation>
                     </annotation>
                 </attribute>

[... 192 lines stripped ...]


More information about the commits mailing list