Class StorageServiceReplayCacheTest

java.lang.Object
org.opensaml.storage.impl.StorageServiceReplayCacheTest

public class StorageServiceReplayCacheTest extends Object
  • Field Details

  • Constructor Details

    • StorageServiceReplayCacheTest

      public StorageServiceReplayCacheTest()
  • Method Details

    • setUp

      @BeforeMethod protected void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      @AfterMethod protected void tearDown()
    • testInit

      public void testInit()
      Test init methods.
    • testNonReplayEmptyCache

      public void testNonReplayEmptyCache()
      Test valid non-replayed message ID.
    • testNonReplayDistinctIDs

      public void testNonReplayDistinctIDs()
      Test valid non-replayed message ID.
    • testReplay

      public void testReplay()
      Test invalid replayed message ID, using replay cache default expiration duration.
    • testNonReplayValidByMillisecondExpiriation

      public void testNonReplayValidByMillisecondExpiriation() throws InterruptedException
      Test valid replayed message ID, setting expiration by short duration.
      Throws:
      InterruptedException - ...