IOpenShiftConnection |
IUser.getConnection() |
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String password)
Establish a connection with the clientId along with user's password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password)
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String serverUrl)
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCallback) |
protected IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String serverUrl,
IHttpClient httpClient) |
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String serverUrl) |
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.
|