Uses of Interface
se.swedenconnect.opensaml.saml2.response.replay.MessageReplayChecker
Packages that use MessageReplayChecker
Package
Description
Interfaces and classes for working with SAML responses.
Support for handling message replay attacks.
-
Uses of MessageReplayChecker in se.swedenconnect.opensaml.saml2.response
Fields in se.swedenconnect.opensaml.saml2.response declared as MessageReplayCheckerModifier and TypeFieldDescriptionprotected MessageReplayChecker
ResponseProcessorImpl.messageReplayChecker
The replay checker.Methods in se.swedenconnect.opensaml.saml2.response with parameters of type MessageReplayCheckerModifier and TypeMethodDescriptionvoid
ResponseProcessorImpl.setMessageReplayChecker
(MessageReplayChecker messageReplayChecker) Assigns the message replay checker to use. -
Uses of MessageReplayChecker in se.swedenconnect.opensaml.saml2.response.replay
Classes in se.swedenconnect.opensaml.saml2.response.replay that implement MessageReplayCheckerModifier and TypeClassDescriptionclass
An in-memory based message replay checker implementation.class
Message replay checker implementation using OpenSAML'sReplayCache
as an underlying cache.