Class SslConnectorCustomizer

java.lang.Object
org.springframework.boot.tomcat.SslConnectorCustomizer

public class SslConnectorCustomizer extends Object
Utility that configures SSL support on the given connector.
Since:
4.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    SslConnectorCustomizer(org.apache.commons.logging.Log logger, org.apache.catalina.connector.Connector connector, @Nullable org.springframework.boot.web.server.Ssl.ClientAuth clientAuth)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.boot.ssl.SslBundle sslBundle, Map<String, org.springframework.boot.ssl.SslBundle> serverNameSslBundles)
     
    void
    update(@Nullable String serverName, org.springframework.boot.ssl.SslBundle updatedSslBundle)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SslConnectorCustomizer

      public SslConnectorCustomizer(org.apache.commons.logging.Log logger, org.apache.catalina.connector.Connector connector, @Nullable org.springframework.boot.web.server.Ssl.ClientAuth clientAuth)
  • Method Details

    • update

      public void update(@Nullable String serverName, org.springframework.boot.ssl.SslBundle updatedSslBundle)
    • customize

      public void customize(org.springframework.boot.ssl.SslBundle sslBundle, Map<String, org.springframework.boot.ssl.SslBundle> serverNameSslBundles)