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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription
- 
Constructor Details- 
RestAutoConfigurationpublic RestAutoConfiguration()
 
- 
- 
Method Details- 
restAsResourceServerBeforeInvocationEventListener@Bean("rest_RestAsResourceServerBeforeInvocationEventListener") @ConditionalOnClass(AuthServerConfiguration.class) protected RestAsResourceServerBeforeInvocationEventListener restAsResourceServerBeforeInvocationEventListener()
- 
restOidcResourceServerBeforeInvocationEventListener@Bean("rest_RestOidcResourceServerBeforeInvocationEventListener") @ConditionalOnClass(OidcConfiguration.class) protected RestOidcResourceServerBeforeInvocationEventListener restOidcResourceServerBeforeInvocationEventListener()
 
-