Uses of Interface
org.opensaml.storage.ReplayCache
Packages that use ReplayCache
Package
Description
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
Implementation classes for validating SAML 2 Assertions.
Storage-related implementation classes.
-
Uses of ReplayCache in org.opensaml.saml.common.binding.security.impl
Fields in org.opensaml.saml.common.binding.security.impl declared as ReplayCacheModifier and TypeFieldDescriptionprivate ReplayCacheMessageReplaySecurityHandler.replayCacheMessage replay cache instance to use.Methods in org.opensaml.saml.common.binding.security.impl that return ReplayCacheModifier and TypeMethodDescriptionMessageReplaySecurityHandler.getReplayCache()Get the replay cache instance to use.Methods in org.opensaml.saml.common.binding.security.impl with parameters of type ReplayCacheModifier and TypeMethodDescriptionvoidMessageReplaySecurityHandler.setReplayCache(ReplayCache cache) Set the replay cache instance to use. -
Uses of ReplayCache in org.opensaml.saml.saml2.assertion.impl
Fields in org.opensaml.saml.saml2.assertion.impl declared as ReplayCacheModifier and TypeFieldDescriptionprivate final ReplayCacheOneTimeUseConditionValidator.replayCacheReplay cache used to track which assertions have been used.Constructors in org.opensaml.saml.saml2.assertion.impl with parameters of type ReplayCacheModifierConstructorDescriptionOneTimeUseConditionValidator(ReplayCache replay, Duration expires) Constructor. -
Uses of ReplayCache in org.opensaml.storage.impl
Classes in org.opensaml.storage.impl that implement ReplayCache