@Component
@ConditionalOnProperty(value="embedded.https.enabled",
havingValue="true")
public class ItfServerCustomizer
extends Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>
| Constructor and Description |
|---|
ItfServerCustomizer(TrustManagerFactory trustManagerFactory,
KeyManagerFactory keyManagerFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory factory) |
@Autowired public ItfServerCustomizer(TrustManagerFactory trustManagerFactory, KeyManagerFactory keyManagerFactory)
public void customize(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>Copyright © 2025. All rights reserved.