Package org.apereo.cas.config
Class CasThrottlingConfiguration.CasThrottlingPlanExecutionConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasThrottlingConfiguration.CasThrottlingPlanExecutionConfiguration
-
- Enclosing class:
- CasThrottlingConfiguration
@Configuration(value="CasThrottlingPlanExecutionConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasThrottlingConfiguration.CasThrottlingPlanExecutionConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CasThrottlingPlanExecutionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlanauthenticationThrottlingExecutionPlan(java.util.List<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlanConfigurer> configurers)
-
-
-
Method Detail
-
authenticationThrottlingExecutionPlan
@ConditionalOnMissingBean(name="authenticationThrottlingExecutionPlan") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan authenticationThrottlingExecutionPlan(java.util.List<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlanConfigurer> configurers)
-
-