Class X509TomcatServletWebServiceFactoryCustomizer

  • All Implemented Interfaces:
    org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>, org.springframework.core.Ordered

    public class X509TomcatServletWebServiceFactoryCustomizer
    extends org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
    Since:
    6.3.0
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      X509TomcatServletWebServiceFactoryCustomizer​(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void customize​(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory factory)  
      • Methods inherited from class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer

        getOrder
      • Methods inherited from class java.lang.Object

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

      • X509TomcatServletWebServiceFactoryCustomizer

        public X509TomcatServletWebServiceFactoryCustomizer​(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
                                                            org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • Method Detail

      • customize

        public void customize​(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory factory)
        Specified by:
        customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
        Overrides:
        customize in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer