Class UAAModuleConfiguration

java.lang.Object
org.openwms.core.uaa.app.UAAModuleConfiguration
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@Configuration @EnableJpaAuditing @EnableAspects(propagateRootCause=true) @EnableAspectJAutoProxy(proxyTargetClass=true) @EnableTransactionManagement @EnablePluginRegistries(UserUpdater.class) public class UAAModuleConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
A UAAModuleConfiguration.
Author:
Heiko Scherrer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
     
    jakarta.servlet.Filter
     
    org.springframework.web.servlet.i18n.LocaleChangeInterceptor
     
    org.springframework.web.servlet.LocaleResolver
     
    org.springframework.context.MessageSource
     
    (package private) org.springframework.validation.beanvalidation.MethodValidationPostProcessor
    methodValidationPostProcessor(jakarta.validation.Validator validator)
     
    (package private) org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry>
    metricsCommonTags(String applicationName)
     
    org.ameba.i18n.Translator
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    addArgumentResolvers, addCorsMappings, addErrorResponseInterceptors, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
  • Constructor Details

    • UAAModuleConfiguration

      public UAAModuleConfiguration()
  • Method Details

    • addInterceptors

      public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
      Specified by:
      addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • corsFiler

      @Profile("DEV") @Order(-2147483648) @Bean public jakarta.servlet.Filter corsFiler()
    • metricsCommonTags

      @Bean org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer<io.micrometer.core.instrument.MeterRegistry> metricsCommonTags(@Value("${spring.application.name}") String applicationName)
    • methodValidationPostProcessor

      @Bean org.springframework.validation.beanvalidation.MethodValidationPostProcessor methodValidationPostProcessor(jakarta.validation.Validator validator)
    • localeResolver

      @Bean public org.springframework.web.servlet.LocaleResolver localeResolver()
    • localeChangeInterceptor

      @Bean public org.springframework.web.servlet.i18n.LocaleChangeInterceptor localeChangeInterceptor()
    • translator

      @Bean public org.ameba.i18n.Translator translator()
    • messageSource

      @Bean public org.springframework.context.MessageSource messageSource()