Package org.qubership.atp.dataset.config
Class HttpsConfig
java.lang.Object
org.qubership.atp.dataset.config.HttpsConfig
@ConditionalOnProperty("service.https.enabled")
@Configuration
public class HttpsConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> Create http port listener.Load KeyStore from file.Construct SSLContext.
-
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
Load KeyStore from file. -
sslContext
Construct SSLContext.
-