Class CasCoreWebflowConfiguration.CasCoreWebflowExceptionHandlingConfiguration

  • Enclosing class:
    CasCoreWebflowConfiguration

    @Configuration(value="CasCoreWebflowExceptionHandlingConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasCoreWebflowConfiguration.CasCoreWebflowExceptionHandlingConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler<org.apereo.cas.ticket.AbstractTicketException> defaultCasWebflowAbstractTicketExceptionHandler​(org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog handledAuthenticationExceptions)  
      org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler<org.apereo.cas.authentication.AuthenticationException> defaultCasWebflowAuthenticationExceptionHandler​(org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog handledAuthenticationExceptions)  
      org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler genericCasWebflowExceptionHandler​(org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog handledAuthenticationExceptions)  
      org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler<java.lang.Exception> groovyCasWebflowAuthenticationExceptionHandler​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      • Methods inherited from class java.lang.Object

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

      • CasCoreWebflowExceptionHandlingConfiguration

        public CasCoreWebflowExceptionHandlingConfiguration()
    • Method Detail

      • groovyCasWebflowAuthenticationExceptionHandler

        @ConditionalOnMissingBean(name="groovyCasWebflowAuthenticationExceptionHandler")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnProperty(name="cas.authn.errors.groovy.location")
        public org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler<java.lang.Exception> groovyCasWebflowAuthenticationExceptionHandler​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                                                                                     org.apereo.cas.configuration.CasConfigurationProperties casProperties)
      • defaultCasWebflowAuthenticationExceptionHandler

        @ConditionalOnMissingBean(name="defaultCasWebflowAuthenticationExceptionHandler")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler<org.apereo.cas.authentication.AuthenticationException> defaultCasWebflowAuthenticationExceptionHandler​(@Qualifier("handledAuthenticationExceptions")
                                                                                                                                                                                        org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog handledAuthenticationExceptions)
      • defaultCasWebflowAbstractTicketExceptionHandler

        @ConditionalOnMissingBean(name="defaultCasWebflowAbstractTicketExceptionHandler")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler<org.apereo.cas.ticket.AbstractTicketException> defaultCasWebflowAbstractTicketExceptionHandler​(@Qualifier("handledAuthenticationExceptions")
                                                                                                                                                                                org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog handledAuthenticationExceptions)
      • genericCasWebflowExceptionHandler

        @ConditionalOnMissingBean(name="genericCasWebflowExceptionHandler")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler genericCasWebflowExceptionHandler​(@Qualifier("handledAuthenticationExceptions")
                                                                                                                   org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog handledAuthenticationExceptions)