public class OpenShiftConnectionFactory extends AbstractOpenShiftConnectionFactory
Constructor and Description |
---|
OpenShiftConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
IOpenShiftConnection |
getConnection(String clientId,
String password)
Establish a connection with the clientId along with user's password.
|
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password)
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String serverUrl)
Establish a connection with the clientId along with user's login and
password.
|
protected IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String serverUrl,
IHttpClient httpClient) |
IOpenShiftConnection |
getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String serverUrl)
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 authKey, String authIV, String serverUrl) throws OpenShiftException
clientId
- http client idusername
- user's login.password
- user's password.serverUrl
- the server url.FileNotFoundException
IOException
OpenShiftException
protected IOpenShiftConnection getConnection(String clientId, String username, String password, String serverUrl, IHttpClient httpClient) throws OpenShiftException, IOException
OpenShiftException
IOException
Copyright © 2013 JBoss by Red Hat. All rights reserved.