Class CasThrottlingConfiguration.CasThrottlingInterceptorConfiguration

  • Enclosing class:
    CasThrottlingConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor authenticationThrottle​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext)  
      • Methods inherited from class java.lang.Object

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

      • CasThrottlingInterceptorConfiguration

        public CasThrottlingInterceptorConfiguration()
    • Method Detail

      • authenticationThrottle

        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="authenticationThrottle")
        @Bean
        public org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor authenticationThrottle​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                       @Qualifier("authenticationThrottlingConfigurationContext")
                                                                                                       org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext)