Package org.flowable.spring.boot
Class EndpointAutoConfiguration
- java.lang.Object
-
- org.flowable.spring.boot.EndpointAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(org.springframework.boot.actuate.endpoint.annotation.Endpoint.class) @ConditionalOnProcessEngine public class EndpointAutoConfiguration extends Object
The idea behind this module is that Spring Security could talk to theIdentityServiceas required.- Author:
- Josh Long
-
-
Constructor Summary
Constructors Constructor Description EndpointAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessEngineEndpointprocessEngineEndpoint(ProcessEngine engine)ProcessEngineMvcEndpointprocessEngineMvcEndpoint(RepositoryService repositoryService)
-
-
-
Method Detail
-
processEngineEndpoint
@Bean @ConditionalOnMissingBean public ProcessEngineEndpoint processEngineEndpoint(ProcessEngine engine)
-
processEngineMvcEndpoint
public ProcessEngineMvcEndpoint processEngineMvcEndpoint(RepositoryService repositoryService)
-
-