public class HotSslWebServerFactoryCustomizer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory>
TomcatServletWebServerFactory定制器,为TomcatServletWebServerFactory定制Protocol
类型为HotSslHttp11NioProtocol,HotSslHttp11NioProtocol默认trustManagerClassName为
HotSslWebServerFactoryCustomizer.HotSslTrustManager,以此实现客户端受信证书自定义管理,实现热加载证书| 限定符和类型 | 类和说明 |
|---|---|
static class |
HotSslWebServerFactoryCustomizer.HotSslTrustManager
热加载受信证书管理器
|
| 构造器和说明 |
|---|
HotSslWebServerFactoryCustomizer(javax.net.ssl.X509TrustManager x509TrustManager) |
Copyright © 2019. All Rights Reserved.