Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.webflow.execution.Action authenticationExceptionHandler​(java.util.List<org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler> handlers)  
      org.springframework.webflow.execution.Action checkWebAuthenticationRequestAction​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      org.springframework.webflow.execution.Action clearWebflowCredentialsAction()  
      org.springframework.webflow.execution.Action injectResponseHeadersAction​(org.apereo.cas.authentication.principal.ResponseBuilderLocator responseBuilderLocator)  
      org.springframework.webflow.execution.Action redirectToServiceAction​(org.apereo.cas.authentication.principal.ResponseBuilderLocator responseBuilderLocator)  
      org.springframework.webflow.execution.Action renewAuthenticationRequestCheckAction​(org.apereo.cas.web.flow.SingleSignOnParticipationStrategy singleSignOnParticipationStrategy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasCoreWebflowActionConfiguration

        public CasCoreWebflowActionConfiguration()
    • 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)