Package org.apereo.cas.config
Class CasThrottlingConfiguration.CasThrottlingInterceptorConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasThrottlingConfiguration.CasThrottlingInterceptorConfiguration
-
- Enclosing class:
- CasThrottlingConfiguration
@Configuration(value="CasThrottlingInterceptorConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasThrottlingConfiguration.CasThrottlingInterceptorConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CasThrottlingInterceptorConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptorauthenticationThrottle(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext)
-
-
-
Method Detail
-
authenticationThrottle
@RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="authenticationThrottle") @Bean public org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor authenticationThrottle(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("authenticationThrottlingConfigurationContext") org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext)
-
-