Class HttpsConfig

java.lang.Object
org.qubership.atp.dataset.config.HttpsConfig

@ConditionalOnProperty("service.https.enabled") @Configuration public class HttpsConfig extends Object
  • Constructor Details

    • HttpsConfig

      public HttpsConfig()
  • Method Details

    • containerCustomizer

      @Bean public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> containerCustomizer()
      Create http port listener.
    • loadKeyStore

      @Bean public KeyStore loadKeyStore()
      Load KeyStore from file.
    • sslContext

      @Bean public SSLContext sslContext()
      Construct SSLContext.