Package org.apereo.cas.config
Class CasRestConfiguration.CasRestThrottleConfiguration
- java.lang.Object
-
- org.apereo.cas.config.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
-
-
Constructor Summary
Constructors Constructor Description CasRestThrottleConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.servlet.config.annotation.WebMvcConfigurercasRestThrottlingWebMvcConfigurer(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> authenticationThrottlingExecutionPlan)
-
-
-
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)
-
-