Uses of Class
org.cloudfoundry.client.lib.CloudCredentials

Packages that use CloudCredentials
org.cloudfoundry.client.lib   
org.cloudfoundry.client.lib.rest   
 

Uses of CloudCredentials in org.cloudfoundry.client.lib
 

Methods in org.cloudfoundry.client.lib that return CloudCredentials
 CloudCredentials CloudCredentials.proxyForUser(String user)
          Run commands as a different user.
 

Methods in org.cloudfoundry.client.lib with parameters of type CloudCredentials
 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)
           
 

Constructors in org.cloudfoundry.client.lib with parameters of type CloudCredentials
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)
           
 

Uses of CloudCredentials in org.cloudfoundry.client.lib.rest
 

Fields in org.cloudfoundry.client.lib.rest declared as CloudCredentials
protected  CloudCredentials CloudControllerClientImpl.cloudCredentials
           
 

Methods in org.cloudfoundry.client.lib.rest with parameters of type CloudCredentials
 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)
           
 

Constructors in org.cloudfoundry.client.lib.rest with parameters of type CloudCredentials
CloudControllerClientImpl(URL cloudControllerUrl, org.springframework.web.client.RestTemplate restTemplate, OauthClient oauthClient, CloudCredentials cloudCredentials, CloudSpace sessionSpace)
           
CloudControllerClientImpl(URL cloudControllerUrl, org.springframework.web.client.RestTemplate restTemplate, OauthClient oauthClient, CloudCredentials cloudCredentials, String orgName, String spaceName)
           
 



Copyright © 2014. All rights reserved.