Class HTTPRedirectDeflateEncoderTest


  • public class HTTPRedirectDeflateEncoderTest
    extends XMLObjectBaseTestCase
    Unit test for redirect encoding.
    • Constructor Detail

      • HTTPRedirectDeflateEncoderTest

        public HTTPRedirectDeflateEncoderTest()
    • Method Detail

      • testResponseEncoding

        public void testResponseEncoding()
                                  throws Exception
        Tests encoding a SAML message to an servlet response.
        Throws:
        Exception - if something goes wrong
      • testResponseEncodingWithEndpointQueryParams

        public void testResponseEncodingWithEndpointQueryParams()
                                                         throws Exception
        Tests encoding a SAML message to an servlet response.
        Throws:
        Exception - if something goes wrong
      • testResponseEncodingWithDisallowedEndpointQueryParams

        public void testResponseEncodingWithDisallowedEndpointQueryParams()
                                                                   throws Exception
        Tests encoding a SAML message to an servlet response.
        Throws:
        Exception - if something goes wrong
      • testResponseEncodingWithSimpleSign

        public void testResponseEncodingWithSimpleSign()
                                                throws Exception
        Tests encoding a SAML message to an servlet response with simple sign.
        Throws:
        Exception - if something goes wrong
      • OSJ271

        public void OSJ271()
                    throws Exception
        Tests encoding a SAML message to an servlet response with simple sign, where the destination URL had existing non-disallowed query parameters.
        Throws:
        Exception - if something goes wrong