Uses of Class
com.sap.cloudfoundry.client.facade.oauth2.OAuthClient
-
-
Uses of OAuthClient in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters with parameters of type OAuthClient Modifier and Type Method Description org.cloudfoundry.client.CloudFoundryClientCloudFoundryClientFactory. createClient(URL controllerUrl, OAuthClient oAuthClient)org.cloudfoundry.doppler.DopplerClientCloudFoundryClientFactory. createDopplerClient(URL controllerUrl, OAuthClient oAuthClient)Constructors in com.sap.cloudfoundry.client.facade.adapters with parameters of type OAuthClient Constructor Description OAuthTokenProvider(OAuthClient oAuthClient) -
Uses of OAuthClient in com.sap.cloudfoundry.client.facade.oauth2
Subclasses of OAuthClient in com.sap.cloudfoundry.client.facade.oauth2 Modifier and Type Class Description classOAuthClientWithLoginHint -
Uses of OAuthClient in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return OAuthClient Modifier and Type Method Description OAuthClientCloudControllerRestClient. getOAuthClient()OAuthClientCloudControllerRestClientImpl. getOAuthClient()Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type OAuthClient Modifier and Type Method Description CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target, OAuthClient oAuthClient, List<org.springframework.web.reactive.function.client.ExchangeFilterFunction> exchangeFilters)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, OAuthClient oAuthClient)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, String organizationName, String spaceName, OAuthClient oAuthClient, List<org.springframework.web.reactive.function.client.ExchangeFilterFunction> exchangeFilters)Constructors in com.sap.cloudfoundry.client.facade.rest with parameters of type OAuthClient Constructor Description CloudControllerRestClientImpl(URL controllerUrl, CloudCredentials credentials, org.springframework.web.reactive.function.client.WebClient webClient, OAuthClient oAuthClient, org.cloudfoundry.client.CloudFoundryClient delegate)CloudControllerRestClientImpl(URL controllerUrl, CloudCredentials credentials, org.springframework.web.reactive.function.client.WebClient webClient, OAuthClient oAuthClient, org.cloudfoundry.client.CloudFoundryClient delegate, org.cloudfoundry.doppler.DopplerClient dopplerClient, CloudSpace target)CloudControllerRestClientRequestFilterFunction(OAuthClient oAuthClient) -
Uses of OAuthClient in com.sap.cloudfoundry.client.facade.util
Methods in com.sap.cloudfoundry.client.facade.util that return OAuthClient Modifier and Type Method Description OAuthClientRestUtil. createOAuthClient(URL authorizationUrl, boolean trustSelfSignedCerts)OAuthClientRestUtil. createOAuthClient(URL authorizationUrl, boolean trustSelfSignedCerts, org.cloudfoundry.reactor.ConnectionContext connectionContext, String origin)
-