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
Author:
Brian Clozel, Andy Wilkinson, Scott Frederick, Cyril Dangerville, Moritz Halbritter
  • Constructor Details

    • SslConnectorCustomizer

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