Class CamundaBpmWebappInitializer

  • All Implemented Interfaces:
    org.springframework.boot.web.servlet.ServletContextInitializer

    public class CamundaBpmWebappInitializer
    extends java.lang.Object
    implements org.springframework.boot.web.servlet.ServletContextInitializer
    Inspired by: https://groups.google.com/forum/#!msg/camunda-bpm-users/BQHdcLIivzs /iNVix8GkhYAJ (Christoph Berg)
    • Constructor Detail

      • CamundaBpmWebappInitializer

        public CamundaBpmWebappInitializer​(CamundaBpmProperties properties)
    • Method Detail

      • onStartup

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

        protected java.lang.String getAuthCacheTTL​(WebappProperty webapp)