Package org.codice.ddf.cxf.client.impl
Class ClientFactoryFactoryImpl
java.lang.Object
org.codice.ddf.cxf.client.impl.ClientFactoryFactoryImpl
- All Implemented Interfaces:
org.codice.ddf.cxf.client.ClientFactoryFactory
@Deprecated
public class ClientFactoryFactoryImpl
extends Object
implements org.codice.ddf.cxf.client.ClientFactoryFactory
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, String username, String password) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String username, String password) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String certAlias, String keystorePath, String sslProtocol) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String certAlias, String keystorePath, String sslProtocol, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String sourceId, String discoveryUrl, String clientId, String clientSecret, String username, String password, Map<String, String> additionalOauthParameters) Deprecated.<T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, org.codice.ddf.configuration.PropertyResolver propertyResolver) Deprecated.voidsetClientBuilderFactory(org.codice.ddf.cxf.client.ClientBuilderFactory clientBuilderFactory) Deprecated.
-
Constructor Details
-
ClientFactoryFactoryImpl
public ClientFactoryFactoryImpl()Deprecated.
-
-
Method Details
-
setClientBuilderFactory
public void setClientBuilderFactory(org.codice.ddf.cxf.client.ClientBuilderFactory clientBuilderFactory) Deprecated. -
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String username, String password) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String certAlias, String keystorePath, String sslProtocol) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String certAlias, String keystorePath, String sslProtocol, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String sourceId, String discoveryUrl, String clientId, String clientSecret, String username, String password, Map<String, String> additionalOauthParameters) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, org.codice.ddf.configuration.PropertyResolver propertyResolver) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, String username, String password) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-
getSecureCxfClientFactory
public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass) Deprecated.- Specified by:
getSecureCxfClientFactoryin interfaceorg.codice.ddf.cxf.client.ClientFactoryFactory
-