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 Summary

    Modifier and Type
    Method
    Description
    org.opensaml.storage.ReplayCache
    get()
     
  • Method Details

    • get

      org.opensaml.storage.ReplayCache get()