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 Details

  • Method Details

    • onStartup

      public void onStartup(jakarta.servlet.ServletContext servletContext)
      Specified by:
      onStartup in interface org.springframework.boot.web.servlet.ServletContextInitializer
    • getAuthCacheTTL

      protected String getAuthCacheTTL(WebappProperty webapp)