Package org.apereo.cas.web.tomcat
Class X509TomcatServletWebServiceFactoryCustomizer
- java.lang.Object
-
- org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
-
- org.apereo.cas.web.tomcat.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
-
-
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 voidcustomize(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory factory)
-
-
-
Method Detail
-
customize
public void customize(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory factory)
- Specified by:
customizein interfaceorg.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>- Overrides:
customizein classorg.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
-
-