Class RestUtil
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.util.RestUtil
-
public class RestUtil extends Object
Some helper utilities for creating classes used for the REST support.
-
-
Constructor Summary
Constructors Constructor Description RestUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthClientcreateOAuthClient(URL authorizationUrl, boolean trustSelfSignedCerts)OAuthClientcreateOAuthClient(URL authorizationUrl, boolean trustSelfSignedCerts, org.cloudfoundry.reactor.ConnectionContext connectionContext, String origin)org.springframework.web.reactive.function.client.WebClientcreateWebClient(boolean trustSelfSignedCerts)
-
-
-
Method Detail
-
createOAuthClient
public OAuthClient createOAuthClient(URL authorizationUrl, boolean trustSelfSignedCerts)
-
createOAuthClient
public OAuthClient createOAuthClient(URL authorizationUrl, boolean trustSelfSignedCerts, org.cloudfoundry.reactor.ConnectionContext connectionContext, String origin)
-
createWebClient
public org.springframework.web.reactive.function.client.WebClient createWebClient(boolean trustSelfSignedCerts)
-
-