Class FileCachingHttpClientFactoryBean
- java.lang.Object
-
- net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder
-
- net.shibboleth.utilities.java.support.httpclient.FileCachingHttpClientBuilder
-
- net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
-
- net.shibboleth.idp.profile.spring.relyingparty.metadata.FileCachingHttpClientFactoryBean
-
- All Implemented Interfaces:
DisposableBean
,FactoryBean<org.apache.http.client.HttpClient>
public class FileCachingHttpClientFactoryBean extends FileCachingHttpClientFactoryBean
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 FileCachingHttpClientFactoryBean()
Constructor.
-
Method Summary
-
Methods inherited from class net.shibboleth.ext.spring.factory.FileCachingHttpClientFactoryBean
destroy, getObject, getObjectType, isSingleton
-
Methods inherited from class net.shibboleth.utilities.java.support.httpclient.FileCachingHttpClientBuilder
buildClient, decorateApacheBuilder, getCacheDirectory, getMaintentanceTaskInterval, getMaxCacheEntries, getMaxCacheEntrySize, setCacheDirectory, setCacheDirectory, setMaintentanceTaskInterval, setMaxCacheEntries, setMaxCacheEntrySize
-
Methods inherited from class net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder
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
-
-