Class CasWebflowContextConfiguration.CasWebflowContextFlowExecutorConfiguration

  • Enclosing class:
    CasWebflowContextConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.webflow.executor.FlowExecutor loginFlowExecutor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor)  
      org.springframework.webflow.executor.FlowExecutor logoutFlowExecutor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor)  
      • Methods inherited from class java.lang.Object

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

      • CasWebflowContextFlowExecutorConfiguration

        public CasWebflowContextFlowExecutorConfiguration()
    • Method Detail

      • logoutFlowExecutor

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.springframework.webflow.executor.FlowExecutor logoutFlowExecutor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                    @Qualifier("logoutFlowRegistry")
                                                                                    org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry,
                                                                                    @Qualifier("webflowCipherExecutor")
                                                                                    org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor)
      • loginFlowExecutor

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.springframework.webflow.executor.FlowExecutor loginFlowExecutor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                   @Qualifier("loginFlowRegistry")
                                                                                   org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry,
                                                                                   @Qualifier("webflowCipherExecutor")
                                                                                   org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor)