| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.oauth2 | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
CloudCredentials |
CloudCredentials.proxyForUser(String user)
Run commands as a different user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudControllerClientImpl.updatePassword(CloudCredentials credentials,
String newPassword) |
void |
CloudControllerClient.updatePassword(CloudCredentials credentials,
String newPassword)
Update the password for the logged in user using the username/old_password provided in the credentials.
|
| Constructor and Description |
|---|
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials)
Construct client without a default organization and space.
|
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
boolean trustSelfSignedCerts) |
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target)
Construct a client with a default CloudSpace.
|
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target,
boolean trustSelfSignedCerts) |
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)
Construct a client with a default space name and organization name.
|
CloudControllerClientImpl(URL controllerUrl,
CloudCredentials credentials,
String organizationName,
String spaceName,
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) |
CloudCredentials(CloudCredentials cloudCredentials,
String proxyForUser)
Create proxy credentials.
|
| Modifier and Type | Field and Description |
|---|---|
protected CloudCredentials |
OAuthClient.credentials |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthClient.init(CloudCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
CloudControllerRestClient |
CloudControllerRestClientFactory.createClient(URL controllerUrl,
CloudCredentials credentials) |
CloudControllerRestClient |
CloudControllerRestClientFactory.createClient(URL controllerUrl,
CloudCredentials credentials,
CloudSpace target) |
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) |
CloudControllerRestClient |
CloudControllerRestClientFactory.createClient(URL controllerUrl,
CloudCredentials credentials,
String organizationName,
String spaceName,
OAuthClient oAuthClient) |
void |
CloudControllerRestClient.updatePassword(CloudCredentials credentials,
String newPassword) |
void |
CloudControllerRestClientImpl.updatePassword(CloudCredentials currentCredentials,
String newPassword) |
| 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) |
Copyright © 2020 SAP SE. All rights reserved.