Interface ReplayCacheProvider

  • All Known Implementing Classes:
    InMemoryReplayCacheProvider

    public interface ReplayCacheProvider
    Builds or resolves the replay cache that is used to prevent replay attacks. It is important that this returns the same ReplayCache instance over multiple invocations.
    Since:
    3.8
    • Method Detail

      • get

        org.opensaml.storage.ReplayCache get()