Class CasRestConfiguration.CasRestThrottleConfiguration

  • Enclosing class:
    CasRestConfiguration

    @Configuration(value="CasRestThrottleConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnBean(org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan.class)
    public static class CasRestConfiguration.CasRestThrottleConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.config.annotation.WebMvcConfigurer casRestThrottlingWebMvcConfigurer​(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> authenticationThrottlingExecutionPlan)  
      • Methods inherited from class java.lang.Object

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

      • CasRestThrottleConfiguration

        public CasRestThrottleConfiguration()
    • Method Detail

      • casRestThrottlingWebMvcConfigurer

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="restAuthenticationThrottle")
        public org.springframework.web.servlet.config.annotation.WebMvcConfigurer casRestThrottlingWebMvcConfigurer​(@Qualifier("authenticationThrottlingExecutionPlan")
                                                                                                                    org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> authenticationThrottlingExecutionPlan)