Class CasThrottlingConfiguration.CasThrottlingPlanConfiguration

  • Enclosing class:
    CasThrottlingConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlanConfigurer authenticationThrottlingExecutionPlanConfigurer​(org.apereo.cas.throttle.ThrottledRequestFilter httpPostMethodThrottlingRequestFilter, org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor authenticationThrottle)  
      • Methods inherited from class java.lang.Object

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

      • CasThrottlingPlanConfiguration

        public CasThrottlingPlanConfiguration()
    • Method Detail

      • authenticationThrottlingExecutionPlanConfigurer

        @ConditionalOnMissingBean(name="authenticationThrottlingExecutionPlanConfigurer")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlanConfigurer authenticationThrottlingExecutionPlanConfigurer​(@Qualifier("httpPostMethodThrottlingRequestFilter")
                                                                                                                                       org.apereo.cas.throttle.ThrottledRequestFilter httpPostMethodThrottlingRequestFilter,
                                                                                                                                       @Qualifier("authenticationThrottle")
                                                                                                                                       org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor authenticationThrottle)