public class ClientImpl extends AbstractClient<AccountImpl>
| Modifier and Type | Field and Description |
|---|---|
static 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 SSLContext |
createGullibleSslContext() |
protected void |
disableSslValidation(org.apache.http.impl.conn.PoolingClientConnectionManager connectionManager) |
protected org.apache.http.impl.conn.PoolingClientConnectionManager |
initConnectionManager() |
protected void |
logSettings() |
ClientImpl |
setHttpClient(org.apache.http.client.HttpClient httpClient) |
authenticate, autoDiscoverTenantpublic static final org.slf4j.Logger LOG
public static TrustManager[] gullibleManagers
public ClientImpl(AccountConfig accountConfig)
protected org.apache.http.impl.conn.PoolingClientConnectionManager initConnectionManager()
protected void disableSslValidation(org.apache.http.impl.conn.PoolingClientConnectionManager connectionManager)
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 SSLContext createGullibleSslContext() throws GeneralSecurityException
GeneralSecurityExceptionCopyright © 2012-2017 42 BV. All Rights Reserved.