Package org.apereo.cas.config
Class CasThrottlingConfiguration.CasThrottlingContextConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasThrottlingConfiguration.CasThrottlingContextConfiguration
-
- Enclosing class:
- CasThrottlingConfiguration
@Configuration(value="CasThrottlingContextConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasThrottlingConfiguration.CasThrottlingContextConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CasThrottlingContextConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContextauthenticationThrottlingConfigurationContext(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.audit.AuditTrailExecutionPlan auditTrailExecutionPlan, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.throttle.ThrottledRequestResponseHandler throttledRequestResponseHandler, org.apereo.cas.throttle.ThrottledRequestExecutor throttledRequestExecutor, org.apereo.cas.web.support.ThrottledSubmissionsStore throttledSubmissionStore)
-
-
-
Method Detail
-
authenticationThrottlingConfigurationContext
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="authenticationThrottlingConfigurationContext") public org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("auditTrailExecutionPlan") org.apereo.cas.audit.AuditTrailExecutionPlan auditTrailExecutionPlan, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("throttledRequestResponseHandler") org.apereo.cas.throttle.ThrottledRequestResponseHandler throttledRequestResponseHandler, @Qualifier("throttledRequestExecutor") org.apereo.cas.throttle.ThrottledRequestExecutor throttledRequestExecutor, @Qualifier("throttleSubmissionMap") org.apereo.cas.web.support.ThrottledSubmissionsStore throttledSubmissionStore)
-
-