Package org.apereo.cas.config
Class CasWebflowContextConfiguration.CasWebflowContextInterceptorConfiguration
java.lang.Object
org.apereo.cas.config.CasWebflowContextConfiguration.CasWebflowContextInterceptorConfiguration
- Enclosing class:
CasWebflowContextConfiguration
@Configuration(value="CasWebflowContextInterceptorConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasWebflowContextConfiguration.CasWebflowContextInterceptorConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.HandlerInterceptorlocaleChangeInterceptor(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.configuration.CasConfigurationProperties> casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.services.ServicesManager> servicesManager, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.web.support.ArgumentExtractor> argumentExtractor) org.springframework.web.servlet.HandlerInterceptorresourceUrlProviderExposingInterceptor(org.springframework.web.servlet.resource.ResourceUrlProvider resourceUrlProvider)
-
Constructor Details
-
CasWebflowContextInterceptorConfiguration
public CasWebflowContextInterceptorConfiguration()
-
-
Method Details
-
localeChangeInterceptor
@RefreshScope(proxyMode=DEFAULT) @Bean @ConditionalOnMissingBean(name="localeChangeInterceptor") public org.springframework.web.servlet.HandlerInterceptor localeChangeInterceptor(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.configuration.CasConfigurationProperties> casProperties, @Qualifier("servicesManager") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.services.ServicesManager> servicesManager, @Qualifier("argumentExtractor") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.web.support.ArgumentExtractor> argumentExtractor) -
resourceUrlProviderExposingInterceptor
@Bean @ConditionalOnMissingBean(name="resourceUrlProviderExposingInterceptor") @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.HandlerInterceptor resourceUrlProviderExposingInterceptor(@Qualifier("mvcResourceUrlProvider") org.springframework.web.servlet.resource.ResourceUrlProvider resourceUrlProvider)
-