Class SamlTokenSVTest


  • public class SamlTokenSVTest
    extends Object
    Test-case for sending and processing a signed (sender vouches) SAML Assertion.
    • Method Detail

      • testSAML1AuthnAssertion

        @Test
        public void testSAML1AuthnAssertion()
                                     throws Exception
        Test that creates, sends and processes a signed SAML 1.1 authentication assertion.
        Throws:
        Exception
      • testSAML1AttrAssertion

        @Test
        public void testSAML1AttrAssertion()
                                    throws Exception
        Test that creates, sends and processes a signed SAML 1.1 attribute assertion.
        Throws:
        Exception
      • testSAML2AuthnAssertion

        @Test
        public void testSAML2AuthnAssertion()
                                     throws Exception
        Test that creates, sends and processes a signed SAML 2 authentication assertion.
        Throws:
        Exception
      • testSAML2AttrAssertion

        @Test
        public void testSAML2AttrAssertion()
                                    throws Exception
        Test that creates, sends and processes a signed SAML 2 attribute assertion.
        Throws:
        Exception
      • testWSS62

        @Test
        public void testWSS62()
                       throws Exception
        A test for WSS-62: "the crypto file not being retrieved in the doReceiverAction method for the Saml Signed Token" https://issues.apache.org/jira/browse/WSS-62
        Throws:
        Exception