@EnableConfigurationProperties(value=CamundaBpmRunProperties.class) @Configuration @AutoConfigureAfter(value=CamundaBpmAutoConfiguration.class) @ConditionalOnClass(value=CamundaBpmRestInitializer.class) public class CamundaBpmRunRestConfiguration extends Object
Constructor and Description |
---|
CamundaBpmRunRestConfiguration() |
Modifier and Type | Method and 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) |
@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)
@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)
Copyright © 2022. All rights reserved.