Package org.apereo.cas.config
Class CasThrottlingConfiguration.CasThrottlingWebConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasThrottlingConfiguration.CasThrottlingWebConfiguration
-
- Enclosing class:
- CasThrottlingConfiguration
@Configuration(value="CasThrottlingWebConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasThrottlingConfiguration.CasThrottlingWebConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CasThrottlingWebConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.support.ThrottledSubmissionHandlerEndpointthrottledSubmissionHandlerEndpoint(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> plan, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-
-
Method Detail
-
throttledSubmissionHandlerEndpoint
@Bean @ConditionalOnAvailableEndpoint @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.support.ThrottledSubmissionHandlerEndpoint throttledSubmissionHandlerEndpoint(@Qualifier("authenticationThrottlingExecutionPlan") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> plan, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-