Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.support.ThrottledSubmissionHandlerEndpoint throttledSubmissionHandlerEndpoint​(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> plan, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      • Methods inherited from class java.lang.Object

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

      • CasThrottlingWebConfiguration

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