java.lang.Object
se.swedenconnect.spring.saml.idp.authnrequest.validation.replay.InMemoryReplayCache
All Implemented Interfaces:
org.opensaml.storage.ReplayCache

public class InMemoryReplayCache extends Object implements org.opensaml.storage.ReplayCache
An in-memory implementation of the ReplayCache interface.
Author:
Martin Lindström
  • Constructor Details

    • InMemoryReplayCache

      public InMemoryReplayCache()
      Constructor.
  • Method Details

    • check

      public boolean check(String context, String key, Instant expires)
      Specified by:
      check in interface org.opensaml.storage.ReplayCache