Package org.apereo.cas.web.flow.config
Class CasWebflowContextConfiguration.CasWebflowContextFlowExecutorConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.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
-
-
Constructor Summary
Constructors Constructor Description CasWebflowContextFlowExecutorConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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)
-
-
-
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)
-
-