Package | Description |
---|---|
com.openshift.client | |
com.openshift.client.cartridge.query | |
com.openshift.internal.client |
Modifier and Type | Method and Description |
---|---|
IOpenShiftConnection |
ConnectionBuilder.KeyConnectionBuilder.create() |
IOpenShiftConnection |
ConnectionBuilder.TokenConnectionBuilder.create() |
IOpenShiftConnection |
ConnectionBuilder.CredentialsConnectionBuilder.create() |
abstract IOpenShiftConnection |
ConnectionBuilder.AbstractConnectionBuilder.create() |
IOpenShiftConnection |
ConnectionBuilder.CredentialsConnectionBuilder.create(IHttpClient client) |
IOpenShiftConnection |
OpenShiftConnectionFactory.getAuthTokenConnection(String clientId,
String token)
Deprecated.
Establish a connection with the clientId along with a user's
authorization token.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getAuthTokenConnection(String clientId,
String token,
String serverUrl)
Deprecated.
Establish a connection with the clientId along with a user's
authorization token
|
IOpenShiftConnection |
IUser.getConnection() |
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String password)
Deprecated.
Establish a connection with the clientId along with user's password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password)
Deprecated.
Establish a connection with the clientId along with user's login and
password.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCallback)
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String serverUrl)
Deprecated.
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)
Deprecated.
|
protected IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String token,
String serverUrl,
IHttpClient httpClient)
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String serverUrl)
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.getConnection(String clientId,
String username,
String password,
String authKey,
String authIV,
String token,
String serverUrl,
IHttpClient.ISSLCertificateCallback sslCertificateCallback)
Deprecated.
|
IOpenShiftConnection |
OpenShiftConnectionFactory.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.
|
Modifier and Type | Method and Description |
---|---|
protected IOpenShiftConnection |
AbstractCartridgeQuery.getConnection(IApplication application) |
protected IOpenShiftConnection |
AbstractCartridgeQuery.getConnection(IDomain domain) |
Modifier and Type | Method and Description |
---|---|
IStandaloneCartridge |
LatestStandaloneCartridge.get(IOpenShiftConnection connection) |
IEmbeddableCartridge |
LatestEmbeddableCartridge.get(IOpenShiftConnection connection) |
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,
String token) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.