Package org.apereo.cas.config
Class CasCoreWebflowConfiguration.CasCoreWebflowExceptionHandlingConfiguration
java.lang.Object
org.apereo.cas.config.CasCoreWebflowConfiguration.CasCoreWebflowExceptionHandlingConfiguration
- Enclosing class:
CasCoreWebflowConfiguration
@Configuration(value="CasCoreWebflowExceptionHandlingConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasCoreWebflowConfiguration.CasCoreWebflowExceptionHandlingConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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.CasWebflowExceptionHandlergenericCasWebflowExceptionHandler(org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog handledAuthenticationExceptions) org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler<Exception> groovyCasWebflowAuthenticationExceptionHandler(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
Constructor Details
-
CasCoreWebflowExceptionHandlingConfiguration
public CasCoreWebflowExceptionHandlingConfiguration()
-
-
Method Details
-
groovyCasWebflowAuthenticationExceptionHandler
@ConditionalOnMissingBean(name="groovyCasWebflowAuthenticationExceptionHandler") @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingGraalVMNativeImage public org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler<Exception> groovyCasWebflowAuthenticationExceptionHandler(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) throws Exception - Throws:
Exception
-
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)
-