Uses of Interface
se.litsec.opensaml.saml2.common.response.MessageReplayChecker
-
Packages that use MessageReplayChecker Package Description se.litsec.opensaml.saml2.common.response Interfaces and classes for working with SAML responses. -
-
Uses of MessageReplayChecker in se.litsec.opensaml.saml2.common.response
Classes in se.litsec.opensaml.saml2.common.response that implement MessageReplayChecker Modifier and Type Class Description class
InMemoryReplayChecker
An in-memory based message replay checker implementation.class
MessageReplayCheckerImpl
Message replay checker implementation using OpenSAML'sReplayCache
as an underlying cache.Fields in se.litsec.opensaml.saml2.common.response declared as MessageReplayChecker Modifier and Type Field Description protected MessageReplayChecker
ResponseProcessorImpl. messageReplayChecker
The replay checker.Methods in se.litsec.opensaml.saml2.common.response with parameters of type MessageReplayChecker Modifier and Type Method Description void
ResponseProcessorImpl. setMessageReplayChecker(MessageReplayChecker messageReplayChecker)
Assigns the message replay checker to use.
-