Class InMemoryReplayCheckerStorageContainer
java.lang.Object
se.swedenconnect.signservice.storage.impl.InMemoryStorageContainer<Long>
se.swedenconnect.signservice.storage.impl.InMemoryReplayCheckerStorageContainer
- All Implemented Interfaces:
ReplayCheckerStorageContainer
,StorageContainer<Long>
public class InMemoryReplayCheckerStorageContainer
extends InMemoryStorageContainer<Long>
implements ReplayCheckerStorageContainer
A specialization of an in-memory storage container for use with
DefaultMessageReplayChecker
.-
Field Summary
Fields inherited from class se.swedenconnect.signservice.storage.impl.InMemoryStorageContainer
DEFAULT_CLEANUP_THRESHOLD
-
Constructor Summary
-
Method Summary
Methods inherited from class se.swedenconnect.signservice.storage.impl.InMemoryStorageContainer
cleanup, get, getElementLifetime, getName, put, remove, setCleanupThreshold, setElementLifetime
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.swedenconnect.signservice.storage.StorageContainer
get, getElementLifetime, getName, put, remove
-
Constructor Details
-
InMemoryReplayCheckerStorageContainer
Constructor.- Parameters:
name
- the container name
-