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.
Author:
bidou
  • Constructor Details

    • InMemoryReplayCacheProvider

      public InMemoryReplayCacheProvider()

      Constructor for InMemoryReplayCacheProvider.

  • Method Details

    • get

      public org.opensaml.storage.ReplayCache get()

      get.

      Specified by:
      get in interface ReplayCacheProvider
      Returns:
      a ReplayCache object