Class InMemoryReplayCacheProvider

  • All Implemented Interfaces:
    ReplayCacheProvider

    public class InMemoryReplayCacheProvider
    extends java.lang.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opensaml.storage.ReplayCache get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InMemoryReplayCacheProvider

        public InMemoryReplayCacheProvider()
    • Method Detail