public class CloudControllerClientFactory extends Object
Constructor and Description |
---|
CloudControllerClientFactory(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
Modifier and Type | Method and Description |
---|---|
OauthClient |
getOauthClient() |
org.springframework.web.client.RestTemplate |
getRestTemplate() |
CloudControllerClient |
newCloudController(URL cloudControllerUrl,
CloudCredentials cloudCredentials,
CloudSpace sessionSpace) |
CloudControllerClient |
newCloudController(URL cloudControllerUrl,
CloudCredentials cloudCredentials,
String orgName,
String spaceName) |
public CloudControllerClientFactory(HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
public CloudControllerClient newCloudController(URL cloudControllerUrl, CloudCredentials cloudCredentials, CloudSpace sessionSpace)
public CloudControllerClient newCloudController(URL cloudControllerUrl, CloudCredentials cloudCredentials, String orgName, String spaceName)
public org.springframework.web.client.RestTemplate getRestTemplate()
public OauthClient getOauthClient()
Copyright © 2014. All rights reserved.