Class CasHazelcastThrottlingConfiguration


  • @Configuration("casHazelcastThrottlingConfiguration")
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public class CasHazelcastThrottlingConfiguration
    extends java.lang.Object
    Configures a Hazelcast IMap that is used by the InMemory throttling interceptors to store failed login attempts.
    Since:
    5.3.4
    • Constructor Detail

      • CasHazelcastThrottlingConfiguration

        public CasHazelcastThrottlingConfiguration()
    • Method Detail

      • throttleSubmissionMap

        @Bean
        public com.hazelcast.core.IMap throttleSubmissionMap()