Package io.jmix.autoconfigure.bpmrest
Class BpmRestAutoConfiguration
java.lang.Object
io.jmix.autoconfigure.bpmrest.BpmRestAutoConfiguration
@AutoConfiguration
@Import(BpmRestConfiguration.class)
public class BpmRestAutoConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BpmRestAutoConfiguration
public BpmRestAutoConfiguration()
-
-
Method Details
-
bpmAsResourceServerBeforeInvocationEventListener
@Bean("bpm_BpmAsResourceServerBeforeInvocationEventListener") @ConditionalOnClass(AuthServerConfiguration.class) protected BpmAsResourceServerBeforeInvocationEventListener bpmAsResourceServerBeforeInvocationEventListener() -
bpmOidcResourceServerBeforeInvocationEventListener
@Bean("bpm_BpmOidcResourceServerBeforeInvocationEventListener") @ConditionalOnClass(OidcConfiguration.class) protected BpmOidcResourceServerBeforeInvocationEventListener bpmOidcResourceServerBeforeInvocationEventListener()
-