Class WebConfig

  • All Implemented Interfaces:
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration
    @EnableAspectJAutoProxy(proxyTargetClass=true)
    public class WebConfig
    extends Object
    implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • Constructor Detail

      • WebConfig

        public WebConfig()
    • Method Detail

      • extendHandlerExceptionResolvers

        public void extendHandlerExceptionResolvers​(List<org.springframework.web.servlet.HandlerExceptionResolver> resolvers)
        Specified by:
        extendHandlerExceptionResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      • configurePathMatch

        public void configurePathMatch​(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
        Specified by:
        configurePathMatch in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      • addInterceptors

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

        @Bean
        public javax.validation.Validator validator()
      • addCorsMappings

        public void addCorsMappings​(org.springframework.web.servlet.config.annotation.CorsRegistry registry)
        Specified by:
        addCorsMappings in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      • getTppInfoHolder

        @Bean
        @RequestScope
        public TppInfoHolder getTppInfoHolder()
      • getScaApproachHolder

        @Bean
        @RequestScope
        public ScaApproachHolder getScaApproachHolder()
      • getRedirectIdHolder

        @Bean
        @RequestScope
        public RedirectIdHolder getRedirectIdHolder()
      • addFormatters

        public void addFormatters​(org.springframework.format.FormatterRegistry registry)
        Specified by:
        addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      • extendMessageConverters

        public void extendMessageConverters​(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
        Specified by:
        extendMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      • digestVerifier

        @Bean
        public de.adorsys.psd2.validator.signature.DigestVerifier digestVerifier()
      • signatureVerifier

        @Bean
        public de.adorsys.psd2.validator.signature.SignatureVerifier signatureVerifier()