[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 21 19:56:40 EDT 2016
Author: putmanb
Date: Fri Oct 21 19:56:40 2016
New Revision: 8524
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8524&view=rev
Log:
IDP-1071: Config schema and parser support for HttpClientSecurityParameters in HTTP metadata resolvers.
Add schema changes missed in last checkin.
Modified:
trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
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=8524&r1=8523&r2=8524&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd Fri Oct 21 19:56:40 2016
@@ -154,6 +154,14 @@
org.apache.http.client.HttpClient object.
This attribute conflicts with all other settings except metadata URL
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="httpClientSecurityParametersRef" type="string">
+ <annotation>
+ <documentation>
+ A reference to an externally defined Spring bean which specifies an
+ org.opensaml.security.httpclient.HttpClientSecurityParameters object.
</documentation>
</annotation>
</attribute>
@@ -458,6 +466,14 @@
This attribute conflicts with and overrides the other HttpClient-related properties:
disregardSslCertificate, disregardTLSCertificate, requestTimeout, proxyHost, proxyPort, proxyUser, proxyPassword.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="httpClientSecurityParametersRef" type="string">
+ <annotation>
+ <documentation>
+ A reference to an externally defined Spring bean which specifies an
+ org.opensaml.security.httpclient.HttpClientSecurityParameters object.
</documentation>
</annotation>
</attribute>
More information about the commits
mailing list