Package io.jmix.autoconfigure.rest
Class RestAutoConfiguration
java.lang.Object
io.jmix.autoconfigure.rest.RestAutoConfiguration
@AutoConfiguration
@Import({CoreConfiguration.class,RestConfiguration.class})
public class RestAutoConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RestAutoConfiguration
public RestAutoConfiguration()
-
-
Method Details
-
restAsResourceServerBeforeInvocationEventListener
@Bean("rest_RestAsResourceServerBeforeInvocationEventListener") @ConditionalOnClass(AuthServerConfiguration.class) protected RestAsResourceServerBeforeInvocationEventListener restAsResourceServerBeforeInvocationEventListener() -
restOidcResourceServerBeforeInvocationEventListener
@Bean("rest_RestOidcResourceServerBeforeInvocationEventListener") @ConditionalOnClass(OidcConfiguration.class) protected RestOidcResourceServerBeforeInvocationEventListener restOidcResourceServerBeforeInvocationEventListener()
-