Package org.apereo.cas.config
Class CasCoreWebflowConfiguration.CasCoreWebflowActionConfiguration
java.lang.Object
org.apereo.cas.config.CasCoreWebflowConfiguration.CasCoreWebflowActionConfiguration
- Enclosing class:
CasCoreWebflowConfiguration
@Configuration(value="CasCoreWebflowActionConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasCoreWebflowConfiguration.CasCoreWebflowActionConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.execution.ActionauthenticationExceptionHandler(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, List<org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler> handlers) org.springframework.webflow.execution.ActioncheckWebAuthenticationRequestAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.springframework.webflow.execution.ActionclearWebflowCredentialsAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.springframework.webflow.execution.ActioninjectResponseHeadersAction(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.authentication.principal.ResponseBuilderLocator responseBuilderLocator) org.springframework.webflow.execution.ActionredirectToServiceAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.principal.ResponseBuilderLocator responseBuilderLocator) org.springframework.webflow.execution.ActionrenewAuthenticationRequestCheckAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.web.flow.SingleSignOnParticipationStrategy singleSignOnParticipationStrategy)
-
Constructor Details
-
CasCoreWebflowActionConfiguration
public CasCoreWebflowActionConfiguration()
-
-
Method Details
-
clearWebflowCredentialsAction
@Bean @ConditionalOnMissingBean(name="clearWebflowCredentialsAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action clearWebflowCredentialsAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
checkWebAuthenticationRequestAction
@Bean @ConditionalOnMissingBean(name="checkWebAuthenticationRequestAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action checkWebAuthenticationRequestAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
renewAuthenticationRequestCheckAction
@Bean @ConditionalOnMissingBean(name="renewAuthenticationRequestCheckAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action renewAuthenticationRequestCheckAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("singleSignOnParticipationStrategy") org.apereo.cas.web.flow.SingleSignOnParticipationStrategy singleSignOnParticipationStrategy) -
redirectToServiceAction
@Bean @ConditionalOnMissingBean(name="redirectToServiceAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action redirectToServiceAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webApplicationResponseBuilderLocator") org.apereo.cas.authentication.principal.ResponseBuilderLocator responseBuilderLocator) -
injectResponseHeadersAction
@Bean @ConditionalOnMissingBean(name="injectResponseHeadersAction") @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action injectResponseHeadersAction(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("webApplicationResponseBuilderLocator") org.apereo.cas.authentication.principal.ResponseBuilderLocator responseBuilderLocator) -
authenticationExceptionHandler
@ConditionalOnMissingBean(name="authenticationExceptionHandler") @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action authenticationExceptionHandler(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, List<org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler> handlers)
-