@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.
|
getConnection
public IOpenShiftConnection getConnection(String clientId, String password) throws OpenShiftException
clientId
- http client idpassword
- user's passwordFileNotFoundException
IOException
OpenShiftException
public IOpenShiftConnection getConnection(String clientId, String username, String password) throws OpenShiftException
clientId
- http client idusername
- user's loginpassword
- user's passwordFileNotFoundException
IOException
OpenShiftException
public 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.FileNotFoundException
IOException
OpenShiftException
public IOpenShiftConnection getConnection(String clientId, String username, String password, String serverUrl, IHttpClient.ISSLCertificateCallback sslCallback) throws OpenShiftException
OpenShiftException
public IOpenShiftConnection getConnection(String clientId, String token, String serverUrl, IHttpClient.ISSLCertificateCallback sslCallback) throws OpenShiftException
OpenShiftException
public IOpenShiftConnection getConnection(String clientId, String username, String password, String authKey, String authIV, String serverUrl) throws OpenShiftException
OpenShiftException
public IOpenShiftConnection getConnection(String clientId, String username, String password, String authKey, String authIV, String token, String serverUrl, IHttpClient.ISSLCertificateCallback sslCertificateCallback) throws OpenShiftException
OpenShiftException
protected 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.FileNotFoundException
IOException
OpenShiftException
protected 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
OpenShiftException
IOException
public IOpenShiftConnection getAuthTokenConnection(String clientId, String token, String serverUrl) throws OpenShiftException
clientId
- http client idtoken
- authorization token.serverUrl
- the server url.FileNotFoundException
IOException
OpenShiftException
public IOpenShiftConnection getAuthTokenConnection(String clientId, String token) throws OpenShiftException
clientId
- http client idtoken
- authorization token.FileNotFoundException
IOException
OpenShiftException
protected IOpenShiftConfiguration getConfiguration() throws OpenShiftException
OpenShiftException
protected IOpenShiftConfiguration createConfiguration() throws OpenShiftException
OpenShiftException
Copyright © 2017 JBoss by Red Hat. All rights reserved.