Class HttpClientSecurityParametersMergingFactoryBean

java.lang.Object
org.opensaml.spring.httpclient.HttpClientSecurityParametersMergingFactoryBean
All Implemented Interfaces:
FactoryBean<HttpClientSecurityParameters>

public class HttpClientSecurityParametersMergingFactoryBean extends Object implements FactoryBean<HttpClientSecurityParameters>
Factory bean which accepts a list of HttpClientSecurityParameters and merges their properties together to produce a single instance.

Order of precedence is: first parameters instance in the list with a non-null value for the given property wins.