Class CasWebflowContextConfiguration.CasWebflowContextFlowExecutorConfiguration

java.lang.Object
org.apereo.cas.config.CasWebflowContextConfiguration.CasWebflowContextFlowExecutorConfiguration
Enclosing class:
CasWebflowContextConfiguration

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CasWebflowContextFlowExecutorConfiguration

      public CasWebflowContextFlowExecutorConfiguration()
  • Method Details

    • 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)