Class RestTemplateFactory

java.lang.Object
org.defendev.common.spring6.web.client.RestTemplateFactory

public class RestTemplateFactory extends Object
  • Constructor Details

    • RestTemplateFactory

      public RestTemplateFactory()
  • Method Details

    • laxSsl

      public static org.springframework.web.client.RestTemplate laxSsl()
    • standaloneTruststore

      public static org.springframework.web.client.RestTemplate standaloneTruststore(String storeFilePath, char[] storePassword, String storeType)