| Package | Description |
|---|---|
| com.openshift.client | |
| com.openshift.internal.client | |
| com.openshift.internal.client.cartridge |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)
Establish a connection with the clientId along with user's login and
password.
|
| Modifier and Type | Class and Description |
|---|---|
class |
APIResource |
| Modifier and Type | Method and Description |
|---|---|
protected IOpenShiftConnection |
ApplicationResource.getConnection() |
IOpenShiftConnection |
UserResource.getConnection() |
protected IOpenShiftConnection |
AbstractOpenShiftConnectionFactory.getConnection(IRestService service,
String login,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected IOpenShiftConnection |
AbstractCartridgeQuery.getConnection(IApplication application) |
protected IOpenShiftConnection |
AbstractCartridgeQuery.getConnection(IDomain domain) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.