org.cloudfoundry.client.lib.rest
Class CloudControllerClientFactory

java.lang.Object
  extended by org.cloudfoundry.client.lib.rest.CloudControllerClientFactory

public class CloudControllerClientFactory
extends Object

Factory used to create cloud controller client implementations.

Author:
Thgomas Risberg, Ramnivas Laddad

Constructor Summary
CloudControllerClientFactory(HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
 
Method Summary
 CloudControllerClient newCloudController(URL cloudControllerUrl, CloudCredentials cloudCredentials, CloudSpace sessionSpace)
           
 CloudControllerClient newCloudController(URL cloudControllerUrl, CloudCredentials cloudCredentials, String orgName, String spaceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudControllerClientFactory

public CloudControllerClientFactory(HttpProxyConfiguration httpProxyConfiguration,
                                    boolean trustSelfSignedCerts)
Method Detail

newCloudController

public CloudControllerClient newCloudController(URL cloudControllerUrl,
                                                CloudCredentials cloudCredentials,
                                                CloudSpace sessionSpace)

newCloudController

public CloudControllerClient newCloudController(URL cloudControllerUrl,
                                                CloudCredentials cloudCredentials,
                                                String orgName,
                                                String spaceName)


Copyright © 2014. All rights reserved.