Class CasMongoDbThrottlingConfiguration


  • @Configuration(value="CasMongoDbThrottlingConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public class CasMongoDbThrottlingConfiguration
    extends java.lang.Object
    Since:
    5.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor authenticationThrottle​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.web.support.ThrottledSubmissionHandlerConfigurationContext authenticationThrottlingConfigurationContext, org.apereo.cas.authentication.CasSSLContext casSslContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasMongoDbThrottlingConfiguration

        public CasMongoDbThrottlingConfiguration()
    • 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)