Class CamundaBpmWebappInitializer
java.lang.Object
org.camunda.bpm.spring.boot.starter.webapp.CamundaBpmWebappInitializer
- All Implemented Interfaces:
org.springframework.boot.web.servlet.ServletContextInitializer
public class CamundaBpmWebappInitializer
extends Object
implements org.springframework.boot.web.servlet.ServletContextInitializer
Inspired by:
https://groups.google.com/forum/#!msg/camunda-bpm-users/BQHdcLIivzs
/iNVix8GkhYAJ (Christoph Berg)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getAuthCacheTTL
(WebappProperty webapp) void
onStartup
(jakarta.servlet.ServletContext servletContext)
-
Constructor Details
-
CamundaBpmWebappInitializer
-
-
Method Details
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) - Specified by:
onStartup
in interfaceorg.springframework.boot.web.servlet.ServletContextInitializer
-
getAuthCacheTTL
-