| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest | |
| org.cloudfoundry.client.lib.tokens |
| Modifier and Type | Method and Description |
|---|---|
CloudSpace |
CloudFoundryOperations.getSpace(String spaceName)
Get space name with the specified name.
|
CloudSpace |
CloudFoundryClient.getSpace(String spaceName) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudSpace> |
CloudFoundryOperations.getSpaces()
Get list of CloudSpaces for the current cloud.
|
List<CloudSpace> |
CloudFoundryClient.getSpaces() |
List<CloudSpace> |
CloudFoundryOperations.getSpacesBoundToSecurityGroup(String securityGroupName)
Gets all the spaces that are bound to the given security group.
|
List<CloudSpace> |
CloudFoundryClient.getSpacesBoundToSecurityGroup(String securityGroupName) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
CloudSpace |
CloudApplication.getSpace() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudApplication.setSpace(CloudSpace space) |
| Modifier and Type | Method and Description |
|---|---|
CloudSpace |
CloudControllerClientImpl.getSpace(String spaceName) |
CloudSpace |
CloudControllerClient.getSpace(String spaceName) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudSpace> |
CloudControllerClientImpl.getSpaces() |
List<CloudSpace> |
CloudControllerClient.getSpaces() |
List<CloudSpace> |
CloudControllerClientImpl.getSpacesBoundToSecurityGroup(String securityGroupName) |
List<CloudSpace> |
CloudControllerClient.getSpacesBoundToSecurityGroup(String securityGroupName) |
| Modifier and Type | Method and Description |
|---|---|
CloudControllerClient |
CloudControllerClientFactory.newCloudController(URL cloudControllerUrl,
CloudCredentials cloudCredentials,
CloudSpace sessionSpace) |
| Constructor and Description |
|---|
CloudControllerClientImpl(URL cloudControllerUrl,
org.springframework.web.client.RestTemplate restTemplate,
OauthClient oauthClient,
LoggregatorClient loggregatorClient,
CloudCredentials cloudCredentials,
CloudSpace sessionSpace) |
| Modifier and Type | Method and Description |
|---|---|
void |
TokensFile.saveToken(URI target,
org.springframework.security.oauth2.common.OAuth2AccessToken token,
CloudInfo cloudInfo,
CloudSpace space) |
Copyright © 2015. All rights reserved.