Package org.apereo.cas.config
Class CasOAuth20ThrottleConfiguration.CasOAuth20ThrottlePlanConfiguration
java.lang.Object
org.apereo.cas.config.CasOAuth20ThrottleConfiguration.CasOAuth20ThrottlePlanConfiguration
- Enclosing class:
- CasOAuth20ThrottleConfiguration
@Configuration(value="CasOAuth20ThrottlePlanConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
@AutoConfigureOrder(2147483647)
public static class CasOAuth20ThrottleConfiguration.CasOAuth20ThrottlePlanConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.config.annotation.WebMvcConfigureroauthThrottleWebMvcConfigurer(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> authenticationThrottlingExecutionPlan)
-
Constructor Details
-
CasOAuth20ThrottlePlanConfiguration
public CasOAuth20ThrottlePlanConfiguration()
-
-
Method Details
-
oauthThrottleWebMvcConfigurer
@Bean @ConditionalOnMissingBean(name="oauthThrottleWebMvcConfigurer") @RefreshScope(proxyMode=DEFAULT) public org.springframework.web.servlet.config.annotation.WebMvcConfigurer oauthThrottleWebMvcConfigurer(@Qualifier("authenticationThrottlingExecutionPlan") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> authenticationThrottlingExecutionPlan)
-