Class CasThrottlingConfiguration.CasThrottlingContextConfiguration

  • Enclosing class:
    CasThrottlingConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.audit.AuditTrailExecutionPlan auditTrailExecutionPlan, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.throttle.ThrottledRequestResponseHandler throttledRequestResponseHandler, org.apereo.cas.throttle.ThrottledRequestExecutor throttledRequestExecutor, org.apereo.cas.web.support.ThrottledSubmissionsStore throttledSubmissionStore)  
      • Methods inherited from class java.lang.Object

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

      • CasThrottlingContextConfiguration

        public CasThrottlingContextConfiguration()
    • Method Detail

      • authenticationThrottlingConfigurationContext

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="authenticationThrottlingConfigurationContext")
        public org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                                                                      @Qualifier("auditTrailExecutionPlan")
                                                                                                                                      org.apereo.cas.audit.AuditTrailExecutionPlan auditTrailExecutionPlan,
                                                                                                                                      org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                                                      @Qualifier("throttledRequestResponseHandler")
                                                                                                                                      org.apereo.cas.throttle.ThrottledRequestResponseHandler throttledRequestResponseHandler,
                                                                                                                                      @Qualifier("throttledRequestExecutor")
                                                                                                                                      org.apereo.cas.throttle.ThrottledRequestExecutor throttledRequestExecutor,
                                                                                                                                      @Qualifier("throttleSubmissionMap")
                                                                                                                                      org.apereo.cas.web.support.ThrottledSubmissionsStore throttledSubmissionStore)