Uses of Class
se.swedenconnect.signservice.storage.MessageReplayException
Packages that use MessageReplayException
Package
Description
API:s for storage.
Implementations for storage classes.
-
Uses of MessageReplayException in se.swedenconnect.signservice.storage
Methods in se.swedenconnect.signservice.storage that throw MessageReplayExceptionModifier and TypeMethodDescriptionvoid
MessageReplayChecker.checkReplay
(String id) Checks if the supplied message ID already has been processed within the time the replay checker keeps the processed items in its cache. -
Uses of MessageReplayException in se.swedenconnect.signservice.storage.impl
Methods in se.swedenconnect.signservice.storage.impl that throw MessageReplayExceptionModifier and TypeMethodDescriptionvoid
DefaultMessageReplayChecker.checkReplay
(String id) Checks if the supplied message ID already has been processed within the time the replay checker keeps the processed items in its cache.