The Shibboleth IdP V4 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP5 wiki space for current documentation on the supported version.
MetadataProviderHTTPAttributes
The following attributes are common to all HTTP metadata providers (i.e., DynamicHTTPMetadataProvider FileBackedHTTPMetadataProvider
An HTTP metadata provider includes a default implementation of the org.apache.http.client.HttpClient
 interface. The attributes in the following subsections control the behavior of the default HTTP client. In most cases, the default behavior is sufficient.
To override the default client implementation, configure the following attribute:
Name | Type | Description |
---|---|---|
httpClientRef | Bean ID | A reference to an externally defined Spring bean that specifies an |
Use of the httpClientRef
 attribute precludes the use of any and all of the HTTP attributes in the following subsections.
Â