Class HazelcastMapThrottledSubmissionsStore<T extends org.apereo.cas.web.support.ThrottledSubmission>

java.lang.Object
org.apereo.cas.throttle.BaseMappableThrottledSubmissionsStore<T>
org.apereo.cas.web.support.HazelcastMapThrottledSubmissionsStore<T>
All Implemented Interfaces:
org.apereo.cas.web.support.ThrottledSubmissionsStore<T>

public class HazelcastMapThrottledSubmissionsStore<T extends org.apereo.cas.web.support.ThrottledSubmission> extends org.apereo.cas.throttle.BaseMappableThrottledSubmissionsStore<T>
Since:
6.5.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.web.support.ThrottledSubmissionsStore

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    HazelcastMapThrottledSubmissionsStore(Map<String,T> backingMap, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    removeIf(Predicate<T> condition)
     

    Methods inherited from class org.apereo.cas.throttle.BaseMappableThrottledSubmissionsStore

    clear, contains, entries, exceedsThreshold, get, put, release, remove

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HazelcastMapThrottledSubmissionsStore

      public HazelcastMapThrottledSubmissionsStore(Map<String,T> backingMap, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
  • Method Details

    • removeIf

      public void removeIf(Predicate<T> condition)
      Specified by:
      removeIf in interface org.apereo.cas.web.support.ThrottledSubmissionsStore<T extends org.apereo.cas.web.support.ThrottledSubmission>
      Overrides:
      removeIf in class org.apereo.cas.throttle.BaseMappableThrottledSubmissionsStore<T extends org.apereo.cas.web.support.ThrottledSubmission>