Uses of Class
se.swedenconnect.opensaml.saml2.response.replay.MessageReplayException
Packages that use MessageReplayException
Package
Description
Support for handling message replay attacks.
- 
Uses of MessageReplayException in se.swedenconnect.opensaml.saml2.response.replay
Methods in se.swedenconnect.opensaml.saml2.response.replay that throw MessageReplayExceptionModifier and TypeMethodDescriptionvoidInMemoryReplayChecker.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.voidInMemoryReplayChecker.checkReplay(SAMLObject object) Checks if the supplied message contains an ID that already has been processed within the time the replay checker keeps the processed items in its cache.voidMessageReplayChecker.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.voidMessageReplayChecker.checkReplay(SAMLObject object) Checks if the supplied message contains an ID that already has been processed within the time the replay checker keeps the processed items in its cache.voidMessageReplayCheckerImpl.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.voidMessageReplayCheckerImpl.checkReplay(SAMLObject object) Checks if the supplied message contains an ID that already has been processed within the time the replay checker keeps the processed items in its cache.