Class CamundaBpmRunRestConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.web.servlet.FilterRegistrationBean<javax.servlet.Filter> corsFilter​(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)  
      org.springframework.boot.web.servlet.FilterRegistrationBean<javax.servlet.Filter> processEngineAuthenticationFilter​(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)  
      • Methods inherited from class java.lang.Object

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

      • CamundaBpmRunRestConfiguration

        public CamundaBpmRunRestConfiguration()
    • Method Detail

      • processEngineAuthenticationFilter

        @Bean
        @ConditionalOnProperty(name="enabled",
                               havingValue="true",
                               prefix="camunda.bpm.run.auth")
        public org.springframework.boot.web.servlet.FilterRegistrationBean<javax.servlet.Filter> processEngineAuthenticationFilter​(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)
      • corsFilter

        @Bean
        @ConditionalOnProperty(name="enabled",
                               havingValue="true",
                               prefix="camunda.bpm.run.cors")
        public org.springframework.boot.web.servlet.FilterRegistrationBean<javax.servlet.Filter> corsFilter​(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)