Package org.apereo.cas.config
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.executor.FlowExecutorloginFlowExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor) org.springframework.webflow.executor.FlowExecutorlogoutFlowExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor)
-
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)
-