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.audit.AuditTrailExecutionPlan auditTrailExecutionPlan)  
      • 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

        @Autowired
        @Bean
        @RefreshScope
        public org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor authenticationThrottle​(@Qualifier("auditTrailExecutionPlan")
                                                                                                       org.apereo.cas.audit.AuditTrailExecutionPlan auditTrailExecutionPlan)