Interface ReplayCacheProvider

  • All Known Implementing Classes:
    InMemoryReplayCacheProvider
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    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()