OpenShift Java Client 2.5.0.Final

Uses of Interface
com.openshift.client.IOpenShiftConnection

Packages that use IOpenShiftConnection
com.openshift.client   
com.openshift.internal.client   
com.openshift.internal.client.cartridge   
 

Uses of IOpenShiftConnection in com.openshift.client
 

Methods in com.openshift.client that return IOpenShiftConnection
 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.
 

Uses of IOpenShiftConnection in com.openshift.internal.client
 

Classes in com.openshift.internal.client that implement IOpenShiftConnection
 class APIResource
           
 

Methods in com.openshift.internal.client that return IOpenShiftConnection
 IOpenShiftConnection UserResource.getConnection()
           
protected  IOpenShiftConnection ApplicationResource.getConnection()
           
protected  IOpenShiftConnection AbstractOpenShiftConnectionFactory.getConnection(IRestService service, String login, String password)
           
 

Uses of IOpenShiftConnection in com.openshift.internal.client.cartridge
 

Methods in com.openshift.internal.client.cartridge that return IOpenShiftConnection
protected  IOpenShiftConnection AbstractCartridgeQuery.getConnection(IApplication application)
           
protected  IOpenShiftConnection AbstractCartridgeQuery.getConnection(IDomain domain)
           
 


OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.