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