Class CasThrottlingConfiguration.CasThrottlingSchedulerConfiguration

  • Enclosing class:
    CasThrottlingConfiguration

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

      • CasThrottlingSchedulerConfiguration

        public CasThrottlingSchedulerConfiguration()
    • Method Detail

      • throttleSubmissionCleaner

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public java.lang.Runnable throttleSubmissionCleaner​(@Qualifier("authenticationThrottlingExecutionPlan")
                                                            org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan plan)