Class InMemoryReplayCacheProvider

java.lang.Object
org.pac4j.saml.replay.InMemoryReplayCacheProvider
All Implemented Interfaces:
ReplayCacheProvider

public class InMemoryReplayCacheProvider extends Object implements ReplayCacheProvider
Default replay cache provider which stores the identifiers in memory. This implementation will not work in a clustered environment and requires the same instance is used for all SAML authentications.
  • Constructor Details

    • InMemoryReplayCacheProvider

      public InMemoryReplayCacheProvider()
  • Method Details