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 |
CloudFoundryOperations.updatePassword(CloudCredentials credentials,
String newPassword)
Update the password for the logged in user using
the username/old_password provided in the credentials.
|
void |
CloudFoundryClient.updatePassword(CloudCredentials credentials,
String newPassword) |
Constructor and Description |
---|
CloudCredentials(CloudCredentials cloudCredentials,
String proxyForUser)
Create proxy credentials.
|
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl)
Construct client without a default org and space.
|
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
boolean trustSelfSignedCerts) |
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
CloudSpace sessionSpace)
Construct a client with a default CloudSpace.
|
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
CloudSpace sessionSpace,
boolean trustSelfSignedCerts) |
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)
Construct a client with a default space name and org name.
|
CloudFoundryClient(CloudCredentials credentials,
URL cloudControllerUrl,
String orgName,
String spaceName,
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) |
Modifier and Type | Method and Description |
---|---|
void |
OauthClient.init(CloudCredentials credentials) |
Modifier and Type | Field and Description |
---|---|
protected CloudCredentials |
CloudControllerClientImpl.cloudCredentials |
Modifier and Type | Method and Description |
---|---|
CloudControllerClient |
CloudControllerClientFactory.newCloudController(URL cloudControllerUrl,
CloudCredentials cloudCredentials,
CloudSpace sessionSpace) |
CloudControllerClient |
CloudControllerClientFactory.newCloudController(URL cloudControllerUrl,
CloudCredentials cloudCredentials,
String orgName,
String spaceName) |
void |
CloudControllerClientImpl.updatePassword(CloudCredentials credentials,
String newPassword) |
void |
CloudControllerClient.updatePassword(CloudCredentials credentials,
String newPassword) |
Constructor and Description |
---|
CloudControllerClientImpl(URL cloudControllerUrl,
org.springframework.web.client.RestTemplate restTemplate,
OauthClient oauthClient,
LoggregatorClient loggregatorClient,
CloudCredentials cloudCredentials,
CloudSpace sessionSpace) |
CloudControllerClientImpl(URL cloudControllerUrl,
org.springframework.web.client.RestTemplate restTemplate,
OauthClient oauthClient,
LoggregatorClient loggregatorClient,
CloudCredentials cloudCredentials,
String orgName,
String spaceName) |
Copyright © 2015. All rights reserved.