Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client.httpclient |
Modifier and Type | Class and Description |
---|---|
class |
NoopSSLCertificateCallback |
Modifier and Type | Method and Description |
---|---|
protected IHttpClient |
OpenShiftConnectionFactory.createClient(String clientId,
String username,
String password,
String authKey,
String authIV,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback,
String exludeSSLCipherRegex) |
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCallback) |
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback) |
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback,
String exludeSSLCipherRegex)
Establish a connection with the clientId along with user's login and
password.
|
Modifier and Type | Field and Description |
---|---|
protected IHttpClient.ISSLCertificateCallback |
UrlConnectionHttpClient.sslAuthorizationCallback |
Modifier and Type | Method and Description |
---|---|
protected HttpURLConnection |
UrlConnectionHttpClient.createConnection(URL url,
String username,
String password,
String authKey,
String authIV,
String userAgent,
String acceptedVersion,
String acceptedMediaType,
IHttpClient.ISSLCertificateCallback callback,
int timeout) |
UrlConnectionHttpClientBuilder |
UrlConnectionHttpClientBuilder.setSSLCertificateCallback(IHttpClient.ISSLCertificateCallback callback) |
Constructor and Description |
---|
UrlConnectionHttpClient(String username,
String password,
String userAgent,
String acceptedMediaType,
String version,
String authKey,
String authIV,
IHttpClient.ISSLCertificateCallback callback,
Integer configTimeout,
String excludedSSLCipherRegex) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.