@Configuration(value="casInterruptWebflowConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasInterruptWebflowConfiguration
extends java.lang.Object
CasInterruptWebflowConfiguration.| Constructor and Description |
|---|
CasInterruptWebflowConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.Action |
finalizeInterruptFlowAction() |
org.springframework.webflow.execution.Action |
inquireInterruptAction() |
org.apereo.cas.web.flow.CasWebflowConfigurer |
interruptWebflowConfigurer() |
org.springframework.webflow.execution.Action |
prepareInterruptViewAction() |
org.apereo.cas.web.flow.SingleSignOnParticipationStrategy |
singleSignOnParticipationStrategy() |
@ConditionalOnMissingBean(name="interruptWebflowConfigurer") @Bean @DependsOn(value="defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer interruptWebflowConfigurer()
@Bean public org.springframework.webflow.execution.Action inquireInterruptAction()
@Bean public org.springframework.webflow.execution.Action prepareInterruptViewAction()
@Bean public org.springframework.webflow.execution.Action finalizeInterruptFlowAction()
@Bean @RefreshScope public org.apereo.cas.web.flow.SingleSignOnParticipationStrategy singleSignOnParticipationStrategy()