@Configuration
@EnableWebMvc
public class WebMvcConfig
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
| Constructor and Description |
|---|
WebMvcConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
void |
addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) |
void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) |
org.mitre.openid.connect.web.ServerConfigInterceptor |
getServerConfigInterceptor() |
org.mitre.openid.connect.web.UserInfoInterceptor |
getUserInfoInterceptor() |
org.mitre.openid.connect.config.JsonMessageSource |
messageSource(org.springframework.core.io.Resource baseDirectory,
java.lang.Boolean useCodeAsDefaultMessage) |
addArgumentResolvers, addCorsMappings, addFormatters, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendMessageConverters, getMessageCodesResolver, getValidator@Bean @ConditionalOnMissingBean(value=org.mitre.openid.connect.web.UserInfoInterceptor.class) public org.mitre.openid.connect.web.UserInfoInterceptor getUserInfoInterceptor()
@Bean @ConditionalOnMissingBean(value=org.mitre.openid.connect.web.ServerConfigInterceptor.class) public org.mitre.openid.connect.web.ServerConfigInterceptor getServerConfigInterceptor()
@Bean
@ConditionalOnMissingBean(value=org.mitre.openid.connect.config.JsonMessageSource.class)
@ConfigurationProperties(prefix="openid.connect.jsonMessageSource")
public org.mitre.openid.connect.config.JsonMessageSource messageSource(@Value(value="classpath:/static/resources/js/locale/")
org.springframework.core.io.Resource baseDirectory,
@Value(value="true")
java.lang.Boolean useCodeAsDefaultMessage)
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddInterceptors in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterpublic void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
addViewControllers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddViewControllers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterpublic void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
addResourceHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddResourceHandlers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter