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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.HandlerInterceptor
    localeChangeInterceptor(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.HandlerInterceptor
    resourceUrlProviderExposingInterceptor(org.springframework.web.servlet.resource.ResourceUrlProvider resourceUrlProvider)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)