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