Class RestUtil


  • public class RestUtil
    extends Object
    Some helper utilities for creating classes used for the REST support.
    • Constructor Detail

      • RestUtil

        public RestUtil()
    • 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)