public class ClientImpl extends AbstractClient<AccountImpl>
| Modifier and Type | Field and Description |
|---|---|
static javax.net.ssl.TrustManager[] |
gullibleManagers |
static org.slf4j.Logger |
LOG |
accountConfig, factory| Constructor and Description |
|---|
ClientImpl(AccountConfig accountConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected AccountImpl |
createAccount() |
protected AuthenticationCommandFactory |
createFactory() |
static javax.net.ssl.SSLContext |
createGullibleSslContext() |
protected org.apache.http.impl.conn.PoolingHttpClientConnectionManager |
initConnectionManager() |
protected void |
logSettings() |
ClientImpl |
setHttpClient(org.apache.http.client.HttpClient httpClient) |
authenticate, autoDiscoverTenantpublic static final org.slf4j.Logger LOG
public static javax.net.ssl.TrustManager[] gullibleManagers
public ClientImpl(AccountConfig accountConfig)
protected org.apache.http.impl.conn.PoolingHttpClientConnectionManager initConnectionManager()
protected void logSettings()
logSettings in class AbstractClient<AccountImpl>protected AuthenticationCommandFactory createFactory()
createFactory in class AbstractClient<AccountImpl>protected AccountImpl createAccount()
createAccount in class AbstractClient<AccountImpl>public ClientImpl setHttpClient(org.apache.http.client.HttpClient httpClient)
public static javax.net.ssl.SSLContext createGullibleSslContext()
throws java.security.GeneralSecurityException
java.security.GeneralSecurityExceptionCopyright © 2012-2020 42 BV. All Rights Reserved.