Class EndpointAutoConfiguration

java.lang.Object
com.flowable.spring.boot.EndpointAutoConfiguration

@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.springframework.boot.actuate.endpoint.annotation.Endpoint.class)
@ConditionalOnProcessEngine
public class EndpointAutoConfiguration
extends java.lang.Object
The idea behind this module is that Spring Security could talk to the IdentityService as required.
Author:
Josh Long