Class HttpClientFactoryBean
- java.lang.Object
-
- net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder
-
- net.shibboleth.ext.spring.factory.HttpClientFactoryBean
-
- net.shibboleth.idp.profile.spring.relyingparty.metadata.HttpClientFactoryBean
-
- net.shibboleth.idp.profile.spring.relyingparty.metadata.impl.HttpClientFactoryBean
-
- All Implemented Interfaces:
FactoryBean<org.apache.http.client.HttpClient>
@Deprecated(forRemoval=true, since="4.0.0") public class HttpClientFactoryBean extends HttpClientFactoryBean
Deprecated, for removal: This API element is subject to removal in a future version.Factory bean customization for the Shibboleth IdP.
-
-
Field Summary
-
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
-
Constructor Summary
Constructors Constructor Description HttpClientFactoryBean()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.http.client.HttpClient
getObject()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class net.shibboleth.ext.spring.factory.HttpClientFactoryBean
getObjectType, isSingleton, setSingleton
-
Methods inherited from class net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder
buildClient, decorateApacheBuilder, getApacheBuilder, getConnectionProxyHost, getConnectionProxyPassword, getConnectionProxyPort, getConnectionProxyUsername, getConnectionRequestTimeout, getConnectionTimeout, getFirstRequestInterceptors, getFirstResponseInterceptors, getHttpContentCharSet, getHttpRequestRetryHandler, getLastRequestInterceptors, getLastResponseInterceptors, getMaxConnectionsPerRoute, getMaxConnectionsTotal, getServiceUnavailableRetryHandler, getSocketBufferSize, getSocketLocalAddress, getSocketTimeout, getStaticContextHandlers, getTLSSocketFactory, getUserAgent, isConnectionCloseAfterResponse, isConnectionDisregardTLSCertificate, isConnectionStalecheck, isConnectionStaleCheck, isDisableAuthCaching, isDisableAutomaticRetries, isDisableConnectionState, isDisableContentCompression, isDisableCookieManagement, isDisableRedirectHandling, isHttpFollowRedirects, isUseSystemProperties, resetDefaults, setConnectionCloseAfterResponse, setConnectionDisregardTLSCertificate, setConnectionProxyHost, setConnectionProxyPassword, setConnectionProxyPort, setConnectionProxyUsername, setConnectionRequestTimeout, setConnectionStalecheck, setConnectionStaleCheck, setConnectionTimeout, setDisableAuthCaching, setDisableAutomaticRetries, setDisableConnectionState, setDisableContentCompression, setDisableCookieManagement, setDisableRedirectHandling, setFirstRequestInterceptors, setFirstResponseInterceptors, setHttpContentCharSet, setHttpFollowRedirects, setHttpRequestRetryHandler, setLastRequestInterceptors, setLastResponseInterceptors, setMaxConnectionsPerRoute, setMaxConnectionsTotal, setServiceUnavailableRetryHandler, setSocketBufferSize, setSocketLocalAddress, setSocketLocalAddress, setSocketTimeout, setStaticContextHandlers, setTLSSocketFactory, setUserAgent, setUseSystemProperties
-
-
-
-
Method Detail
-
getObject
public org.apache.http.client.HttpClient getObject() throws Exception
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObject
in interfaceFactoryBean<org.apache.http.client.HttpClient>
- Overrides:
getObject
in classHttpClientFactoryBean
- Throws:
Exception
-
-