Package org.apereo.cas.web.support
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
ConstructorsConstructorDescriptionHazelcastMapThrottledSubmissionsStore(Map<String, T> backingMap, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
Method Summary
Methods inherited from class org.apereo.cas.throttle.BaseMappableThrottledSubmissionsStore
clear, contains, entries, exceedsThreshold, get, put, release, remove
-
Constructor Details
-
HazelcastMapThrottledSubmissionsStore
-
-
Method Details
-
removeIf
-