| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.oauth2 | |
| org.cloudfoundry.client.lib.rest | |
| org.cloudfoundry.client.lib.util |
| Modifier and Type | Method and Description |
|---|---|
org.cloudfoundry.client.CloudFoundryClient |
CloudFoundryClientFactory.createClient(URL controllerUrl,
OAuthClient oAuthClient) |
org.cloudfoundry.doppler.DopplerClient |
CloudFoundryClientFactory.createDopplerClient(URL controllerUrl,
OAuthClient oAuthClient) |
| Constructor and Description |
|---|
OAuthTokenProvider(OAuthClient oAuthClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthClientWithLoginHint |
| Modifier and Type | Method and Description |
|---|---|
OAuthClient |
CloudControllerRestClient.getOAuthClient() |
OAuthClient |
CloudControllerRestClientImpl.getOAuthClient() |
| Modifier and Type | Method and Description |
|---|---|
CloudControllerRestClient |
CloudControllerRestClientFactory.createClient(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target,
OAuthClient oAuthClient) |
CloudControllerRestClient |
CloudControllerRestClientFactory.createClient(URL controllerUrl,
CloudCredentials credentials,
OAuthClient oAuthClient) |
CloudControllerRestClient |
CloudControllerRestClientFactory.createClient(URL controllerUrl,
CloudCredentials credentials,
String organizationName,
String spaceName,
OAuthClient oAuthClient) |
| Constructor and Description |
|---|
CloudControllerRestClientHttpRequestFactory(org.springframework.http.client.ClientHttpRequestFactory delegate,
CloudCredentials credentials,
OAuthClient oAuthClient) |
CloudControllerRestClientImpl(URL controllerUrl,
CloudCredentials credentials,
org.springframework.web.client.RestTemplate restTemplate,
OAuthClient oAuthClient,
org.cloudfoundry.client.CloudFoundryClient delegate) |
CloudControllerRestClientImpl(URL controllerUrl,
CloudCredentials credentials,
org.springframework.web.client.RestTemplate restTemplate,
OAuthClient oAuthClient,
org.cloudfoundry.client.CloudFoundryClient delegate,
org.cloudfoundry.doppler.DopplerClient dopplerClient,
CloudSpace target) |
| 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) |
Copyright © 2020 SAP SE. All rights reserved.