Class ReplayTest

    • Constructor Detail

      • ReplayTest

        public ReplayTest()
    • Method Detail

      • testReplayedTimestamp

        @Test
        public void testReplayedTimestamp()
                                   throws Exception
        Throws:
        Exception
      • testUsernameToken

        @Test
        public void testUsernameToken()
                               throws Exception
        Throws:
        Exception
      • testEhCacheReplayedSAML2

        @Test
        public void testEhCacheReplayedSAML2()
                                      throws Exception
        Test that creates, sends and processes an unsigned SAML 2 authentication assertion. This is just a sanity test to make sure that it is possible to send the SAML token twice, as no "OneTimeUse" Element is defined there is no problem with replaying it. with a OneTimeUse Element
        Throws:
        Exception
      • testEhCacheReplayedSAML2OneTimeUse

        @Test
        public void testEhCacheReplayedSAML2OneTimeUse()
                                                throws Exception
        Test that creates, sends and processes an unsigned SAML 2 authentication assertion with a OneTimeUse Element
        Throws:
        Exception