Class CloudControllerRestClientFactory
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.rest.CloudControllerRestClientFactory
-
- Direct Known Subclasses:
ImmutableCloudControllerRestClientFactory
@Immutable public abstract class CloudControllerRestClientFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description CloudControllerRestClientFactory()
-
Method Summary
-
-
-
Method Detail
-
shouldTrustSelfSignedCertificates
@Default public boolean shouldTrustSelfSignedCertificates()
-
getCloudFoundryClientFactory
@Derived public CloudFoundryClientFactory getCloudFoundryClientFactory()
-
getGeneralPurposeWebClient
public org.springframework.web.reactive.function.client.WebClient getGeneralPurposeWebClient()
-
createClient
public CloudControllerRestClient createClient(URL controllerUrl, CloudCredentials credentials, String organizationName, String spaceName, OAuthClient oAuthClient, List<org.springframework.web.reactive.function.client.ExchangeFilterFunction> exchangeFilters)
-
createClient
public CloudControllerRestClient createClient(URL controllerUrl, CloudCredentials credentials, OAuthClient oAuthClient)
-
createClient
public CloudControllerRestClient createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target)
-
createClient
public CloudControllerRestClient createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target, OAuthClient oAuthClient, List<org.springframework.web.reactive.function.client.ExchangeFilterFunction> exchangeFilters)
-
-