Package org.pac4j.saml.replay
Interface ReplayCacheProvider
-
- All Known Implementing Classes:
InMemoryReplayCacheProvider
public interface ReplayCacheProviderBuilds or resolves the replay cache that is used to prevent replay attacks. It is important that this returns the sameReplayCacheinstance over multiple invocations.- Since:
- 3.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opensaml.storage.ReplayCacheget()
-