Class SecurityHeaderTest


  • public class SecurityHeaderTest
    extends Object
    This tests how security headers are parsed and processed.
    • Constructor Detail

      • SecurityHeaderTest

        public SecurityHeaderTest()
    • Method Detail

      • testDuplicateNullActor

        @Test
        public void testDuplicateNullActor()
                                    throws Exception
        Test for processing multiple security headers with the same (null) actor
        Throws:
        Exception
      • testDuplicateActor

        @Test
        public void testDuplicateActor()
                                throws Exception
        Test for processing multiple security headers with the same actor
        Throws:
        Exception
      • testTwoActors

        @Test
        public void testTwoActors()
                           throws Exception
        Test for processing multiple security headers with different actors
        Throws:
        Exception