Package | Description |
---|---|
org.cloudfoundry.client.lib | |
org.cloudfoundry.client.lib.rest | |
org.cloudfoundry.client.lib.util |
Constructor and Description |
---|
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
CloudSpace sessionSpace,
HttpProxyConfiguration httpProxyConfiguration) |
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
CloudSpace sessionSpace,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
HttpProxyConfiguration httpProxyConfiguration) |
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
String orgName,
String spaceName,
HttpProxyConfiguration httpProxyConfiguration) |
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
String orgName,
String spaceName,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
CloudFoundryClient(URL cloudControllerUrl,
HttpProxyConfiguration httpProxyConfiguration) |
CloudFoundryClient(URL cloudControllerUrl,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
Constructor and Description |
---|
CloudControllerClientFactory(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
Modifier and Type | Method and Description |
---|---|
OauthClient |
RestUtil.createOauthClient(URL authorizationUrl,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
org.springframework.http.client.ClientHttpRequestFactory |
RestUtil.createRequestFactory(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
org.springframework.web.client.RestTemplate |
RestUtil.createRestTemplate(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
Copyright © 2014. All rights reserved.