Package org.apereo.cas.throttle
Class ConcurrentThrottledSubmissionsStore
java.lang.Object
org.apereo.cas.throttle.BaseMappableThrottledSubmissionsStore<org.apereo.cas.web.support.ThrottledSubmission>
org.apereo.cas.throttle.ConcurrentThrottledSubmissionsStore
- All Implemented Interfaces:
org.apereo.cas.web.support.ThrottledSubmissionsStore<org.apereo.cas.web.support.ThrottledSubmission>
public class ConcurrentThrottledSubmissionsStore
extends BaseMappableThrottledSubmissionsStore<org.apereo.cas.web.support.ThrottledSubmission>
This is
ConcurrentThrottledSubmissionsStore.- Since:
- 6.5.0
-
Field Summary
Fields inherited from interface org.apereo.cas.web.support.ThrottledSubmissionsStore
BEAN_NAME -
Constructor Summary
ConstructorsConstructorDescriptionConcurrentThrottledSubmissionsStore(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, removeIf
-
Constructor Details
-
ConcurrentThrottledSubmissionsStore
public ConcurrentThrottledSubmissionsStore(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-