Uses of Class
org.cloudfoundry.client.lib.oauth2.OauthClient

Packages that use OauthClient
org.cloudfoundry.client.lib.rest   
org.cloudfoundry.client.lib.util   
 

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

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

Uses of OauthClient in org.cloudfoundry.client.lib.util
 

Methods in org.cloudfoundry.client.lib.util that return OauthClient
 OauthClient RestUtil.createOauthClient(URL authorizationUrl, HttpProxyConfiguration httpProxyConfiguration, boolean trustSelfSignedCerts)
           
 



Copyright © 2014. All rights reserved.