Class CasThrottlingConfiguration.CasThrottlingPlanExecutionConfiguration

  • Enclosing class:
    CasThrottlingConfiguration

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

      • CasThrottlingPlanExecutionConfiguration

        public CasThrottlingPlanExecutionConfiguration()
    • Method Detail

      • authenticationThrottlingExecutionPlan

        @ConditionalOnMissingBean(name="authenticationThrottlingExecutionPlan")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan authenticationThrottlingExecutionPlan​(java.util.List<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlanConfigurer> configurers)