| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.rest | |
| org.cloudfoundry.client.lib.util |
| Constructor and Description |
|---|
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target,
HttpProxyConfiguration httpProxyConfiguration) |
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
HttpProxyConfiguration httpProxyConfiguration) |
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
String organizationName,
String spaceName,
HttpProxyConfiguration httpProxyConfiguration) |
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
String organizationName,
String spaceName,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
CloudControllerClientImpl(URL controllerUrl,
HttpProxyConfiguration httpProxyConfiguration) |
CloudControllerClientImpl(URL controllerUrl,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyConfiguration |
ImmutableCloudControllerRestClientFactory.getHttpProxyConfiguration() |
abstract HttpProxyConfiguration |
CloudControllerRestClientFactory.getHttpProxyConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudControllerRestClientFactory.Builder |
ImmutableCloudControllerRestClientFactory.Builder.httpProxyConfiguration(HttpProxyConfiguration httpProxyConfiguration)
Initializes the value for the
httpProxyConfiguration attribute. |
ImmutableCloudControllerRestClientFactory |
ImmutableCloudControllerRestClientFactory.withHttpProxyConfiguration(HttpProxyConfiguration value)
Copy the current immutable object by setting a value for the
httpProxyConfiguration attribute. |
| Modifier and Type | Method and Description |
|---|---|
OAuthClient |
RestUtil.createOAuthClient(URL authorizationUrl,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
OAuthClient |
RestUtil.createOAuthClient(URL authorizationUrl,
HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts,
org.cloudfoundry.reactor.ConnectionContext connectionContext,
String origin) |
org.springframework.http.client.ClientHttpRequestFactory |
RestUtil.createRequestFactory(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
org.springframework.web.client.RestTemplate |
RestUtil.createRestTemplate(HttpProxyConfiguration httpProxyConfiguration,
boolean trustSelfSignedCerts) |
Copyright © 2020 SAP SE. All rights reserved.