Interface MessageReplayChecker

  • All Known Implementing Classes:
    InMemoryReplayChecker, MessageReplayCheckerImpl

    public interface MessageReplayChecker
    Interface for protecting against SAML message replay attacks.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void checkReplay​(String id)
      Checks if the supplied message ID already has been processed within the time the replay checker keeps the processed items in its cache.
      void checkReplay​(SAMLObject object)
      Checks if the supplied message contains an ID that already has been processed within the time the replay checker keeps the processed items in its cache.