Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client |
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 login,
String password)
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String login,
String password,
String serverUrl)
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String login,
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) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.