Class AddNotBeforeConditionToAssertionsTest

    • Constructor Detail

      • AddNotBeforeConditionToAssertionsTest

        public AddNotBeforeConditionToAssertionsTest()
    • Method Detail

      • testNoResponse

        public void testNoResponse()
        Test that action errors out properly if there is no response.
      • testNoAssertion

        public void testNoAssertion()
        Test that action works properly if there is no assertion in the response.
      • testSingleAssertion

        public void testSingleAssertion()
        Test that the condition is properly added if there is a single assertion, without a Conditions element, in the response.
      • testSingleAssertionWithExistingConditions

        public void testSingleAssertionWithExistingConditions()
        Test that the condition is properly added if there is a single assertion, with a Conditions element, in the response.
      • testMultipleAssertion

        public void testMultipleAssertion()
        Test that the condition is properly added if there are multiple assertions in the response.
      • testSAML2Assertion

        public void testSAML2Assertion()
        Test that the condition is properly added if there is a single assertion, without a Conditions element, in the response.