@Deprecated public class OpenShiftConnectionFactory extends AbstractOpenShiftConnectionFactory
| Constructor and Description |
|---|
OpenShiftConnectionFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
createCipherExclusionRegex(IOpenShiftConfiguration configuration)
Deprecated.
|
protected IHttpClient |
createClient(String clientId,
String username,
String password,
String authKey,
String authIV,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback,
String exludeSSLCipherRegex)
Deprecated.
|
protected IOpenShiftConfiguration |
createConfiguration()
Deprecated.
|
IOpenShiftConnection |
getAuthTokenConnection(String clientId,
String token)
Deprecated.
Establish a connection with the clientId along with a user's
authorization token.
|
IOpenShiftConnection |
getAuthTokenConnection(String clientId,
String token,
String serverUrl)
Deprecated.
Establish a connection with the clientId along with a user's
authorization token
|
protected IOpenShiftConfiguration |
getConfiguration()
Deprecated.
|
IOpenShiftConnection |
getConnection(String clientId,
String password)
Deprecated.
Establish a connection with the clientId along with user's password.
|
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password)
Deprecated.
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
getConnection(String clientId,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCallback)
Deprecated.
|
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String serverUrl)
Deprecated.
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCallback)
Deprecated.
|
protected IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String token,
String serverUrl,
IHttpClient httpClient)
Deprecated.
|
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String serverUrl)
Deprecated.
|
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback)
Deprecated.
|
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback,
String exludeSSLCipherRegex)
Deprecated.
Establish a connection with the clientId along with user's login and
password.
|
getConnectionpublic IOpenShiftConnection getConnection(String clientId, String password) throws OpenShiftException
clientId - http client idpassword - user's passwordFileNotFoundExceptionIOExceptionOpenShiftExceptionpublic IOpenShiftConnection getConnection(String clientId, String username, String password) throws OpenShiftException
clientId - http client idusername - user's loginpassword - user's passwordFileNotFoundExceptionIOExceptionOpenShiftExceptionpublic IOpenShiftConnection getConnection(String clientId, String username, String password, String serverUrl) throws OpenShiftException
clientId - http client idusername - user's login.password - user's password.serverUrl - the server url.FileNotFoundExceptionIOExceptionOpenShiftExceptionpublic IOpenShiftConnection getConnection(String clientId, String username, String password, String serverUrl, IHttpClient.ISSLCertificateCallback sslCallback) throws OpenShiftException
OpenShiftExceptionpublic IOpenShiftConnection getConnection(String clientId, String token, String serverUrl, IHttpClient.ISSLCertificateCallback sslCallback) throws OpenShiftException
OpenShiftExceptionpublic IOpenShiftConnection getConnection(String clientId, String username, String password, String authKey, String authIV, String serverUrl) throws OpenShiftException
OpenShiftExceptionpublic IOpenShiftConnection getConnection(String clientId, String username, String password, String authKey, String authIV, String token, String serverUrl, IHttpClient.ISSLCertificateCallback sslCertificateCallback) throws OpenShiftException
OpenShiftExceptionprotected String createCipherExclusionRegex(IOpenShiftConfiguration configuration)
public IOpenShiftConnection getConnection(String clientId, String username, String password, String authKey, String authIV, String token, String serverUrl, IHttpClient.ISSLCertificateCallback sslCertificateCallback, String exludeSSLCipherRegex) throws OpenShiftException
clientId - http client idusername - user's login.password - user's password.token - authorization token.serverUrl - the server url.FileNotFoundExceptionIOExceptionOpenShiftExceptionprotected IHttpClient createClient(String clientId, String username, String password, String authKey, String authIV, String token, String serverUrl, IHttpClient.ISSLCertificateCallback sslCertificateCallback, String exludeSSLCipherRegex)
protected IOpenShiftConnection getConnection(String clientId, String username, String password, String token, String serverUrl, IHttpClient httpClient) throws OpenShiftException, IOException
OpenShiftExceptionIOExceptionpublic IOpenShiftConnection getAuthTokenConnection(String clientId, String token, String serverUrl) throws OpenShiftException
clientId - http client idtoken - authorization token.serverUrl - the server url.FileNotFoundExceptionIOExceptionOpenShiftExceptionpublic IOpenShiftConnection getAuthTokenConnection(String clientId, String token) throws OpenShiftException
clientId - http client idtoken - authorization token.FileNotFoundExceptionIOExceptionOpenShiftExceptionprotected IOpenShiftConfiguration getConfiguration() throws OpenShiftException
OpenShiftExceptionprotected IOpenShiftConfiguration createConfiguration() throws OpenShiftException
OpenShiftExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.