Package org.apereo.cas.config
Class CasMongoDbThrottlingConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasMongoDbThrottlingConfiguration
-
@Configuration(value="CasMongoDbThrottlingConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasMongoDbThrottlingConfiguration extends java.lang.ObjectThis isCasMongoDbThrottlingConfiguration.- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description CasMongoDbThrottlingConfiguration()
-
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, org.apereo.cas.authentication.CasSSLContext casSslContext)
-
-
-
Method Detail
-
authenticationThrottle
@Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor authenticationThrottle(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("authenticationThrottlingConfigurationContext") org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext, @Qualifier("casSslContext") org.apereo.cas.authentication.CasSSLContext casSslContext)
-
-