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