Class 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 Detail

      • InMemoryReplayCacheProvider

        public InMemoryReplayCacheProvider()
    • Method Detail