@Configuration @EnableAspectJAutoProxy(proxyTargetClass=true) public class WebConfig extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| Constructor and Description |
|---|
WebConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry) |
void |
addFormatters(org.springframework.format.FormatterRegistry registry) |
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
void |
configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer) |
de.adorsys.psd2.validator.signature.DigestVerifier |
digestVerifier() |
void |
extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> resolvers) |
void |
extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
InternalRequestIdHolder |
getInternalRequestIdHolder() |
RedirectIdHolder |
getRedirectIdHolder() |
ScaApproachHolder |
getScaApproachHolder() |
TppInfoHolder |
getTppInfoHolder() |
de.adorsys.psd2.validator.signature.SignatureVerifier |
signatureVerifier() |
javax.validation.Validator |
validator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configureViewResolvers, getMessageCodesResolver, getValidatorpublic void extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> resolvers)
extendHandlerExceptionResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
configurePathMatch in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer@Bean public javax.validation.Validator validator()
public void addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry)
addCorsMappings in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer@Bean @RequestScope public TppInfoHolder getTppInfoHolder()
@Bean @RequestScope public ScaApproachHolder getScaApproachHolder()
@Bean @RequestScope public RedirectIdHolder getRedirectIdHolder()
@Bean @RequestScope public InternalRequestIdHolder getInternalRequestIdHolder()
public void addFormatters(org.springframework.format.FormatterRegistry registry)
addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
extendMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer@Bean public de.adorsys.psd2.validator.signature.DigestVerifier digestVerifier()
@Bean public de.adorsys.psd2.validator.signature.SignatureVerifier signatureVerifier()
Copyright © 2020. All rights reserved.