Class CasWebflowContextConfiguration.CasWebflowContextFlowHandlerConfiguration

  • Enclosing class:
    CasWebflowContextConfiguration

    @Configuration(value="CasWebflowContextFlowHandlerConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasWebflowContextConfiguration.CasWebflowContextFlowHandlerConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CasWebflowContextConfiguration.CasFlowHandlerMapping loginFlowHandlerMapping​(org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry)  
      org.springframework.webflow.context.servlet.FlowUrlHandler loginFlowUrlHandler()  
      org.springframework.web.servlet.HandlerAdapter loginHandlerAdapter​(org.springframework.webflow.executor.FlowExecutor loginFlowExecutor, org.springframework.webflow.context.servlet.FlowUrlHandler loginFlowUrlHandler)  
      org.springframework.web.servlet.HandlerMapping logoutFlowHandlerMapping​(org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, org.springframework.web.servlet.i18n.LocaleChangeInterceptor localeChangeInterceptor, org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor resourceUrlProviderExposingInterceptor)  
      org.springframework.webflow.context.servlet.FlowUrlHandler logoutFlowUrlHandler()  
      org.springframework.web.servlet.HandlerAdapter logoutHandlerAdapter​(org.springframework.webflow.context.servlet.FlowUrlHandler logoutFlowUrlHandler, org.springframework.webflow.executor.FlowExecutor logoutFlowExecutor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasWebflowContextFlowHandlerConfiguration

        public CasWebflowContextFlowHandlerConfiguration()
    • Method Detail

      • loginFlowUrlHandler

        @Bean
        public org.springframework.webflow.context.servlet.FlowUrlHandler loginFlowUrlHandler()
      • logoutFlowUrlHandler

        @Bean
        public org.springframework.webflow.context.servlet.FlowUrlHandler logoutFlowUrlHandler()
      • logoutHandlerAdapter

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.springframework.web.servlet.HandlerAdapter logoutHandlerAdapter​(@Qualifier("logoutFlowUrlHandler")
                                                                                   org.springframework.webflow.context.servlet.FlowUrlHandler logoutFlowUrlHandler,
                                                                                   @Qualifier("logoutFlowExecutor")
                                                                                   org.springframework.webflow.executor.FlowExecutor logoutFlowExecutor)
      • loginHandlerAdapter

        @Bean
        public org.springframework.web.servlet.HandlerAdapter loginHandlerAdapter​(@Qualifier("loginFlowExecutor")
                                                                                  org.springframework.webflow.executor.FlowExecutor loginFlowExecutor,
                                                                                  @Qualifier("loginFlowUrlHandler")
                                                                                  org.springframework.webflow.context.servlet.FlowUrlHandler loginFlowUrlHandler)
      • logoutFlowHandlerMapping

        @Bean
        public org.springframework.web.servlet.HandlerMapping logoutFlowHandlerMapping​(@Qualifier("logoutFlowRegistry")
                                                                                       org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry,
                                                                                       @Qualifier("localeChangeInterceptor")
                                                                                       org.springframework.web.servlet.i18n.LocaleChangeInterceptor localeChangeInterceptor,
                                                                                       @Qualifier("resourceUrlProviderExposingInterceptor")
                                                                                       org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor resourceUrlProviderExposingInterceptor)