org.cloudfoundry.client.lib.rest
Class CloudControllerClientFactory
java.lang.Object
org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
public class CloudControllerClientFactory
- extends Object
Factory used to create cloud controller client implementations.
- Author:
- Thgomas Risberg, Ramnivas Laddad
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloudControllerClientFactory
public CloudControllerClientFactory(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts)
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.