Class BaseHttpClientConfig
- java.lang.Object
-
- de.adorsys.xs2a.adapter.impl.http.BaseHttpClientConfig
-
- All Implemented Interfaces:
HttpClientConfig
public class BaseHttpClientConfig extends Object implements HttpClientConfig
-
-
Constructor Summary
Constructors Constructor Description BaseHttpClientConfig(HttpLogSanitizer logSanitizer, Pkcs12KeyStore keyStore, String wiremockStandaloneUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pkcs12KeyStoregetKeyStore()HttpLogSanitizergetLogSanitizer()StringgetWiremockStandaloneUrl()
-
-
-
Constructor Detail
-
BaseHttpClientConfig
public BaseHttpClientConfig(HttpLogSanitizer logSanitizer, Pkcs12KeyStore keyStore, String wiremockStandaloneUrl)
-
-
Method Detail
-
getLogSanitizer
public HttpLogSanitizer getLogSanitizer()
- Specified by:
getLogSanitizerin interfaceHttpClientConfig
-
getKeyStore
public Pkcs12KeyStore getKeyStore()
- Specified by:
getKeyStorein interfaceHttpClientConfig
-
getWiremockStandaloneUrl
public String getWiremockStandaloneUrl()
- Specified by:
getWiremockStandaloneUrlin interfaceHttpClientConfig
-
-