Class CustomActionProcessorTest


  • public class CustomActionProcessorTest
    extends Object
    A test for adding custom actions/processors etc.
    • Constructor Detail

      • CustomActionProcessorTest

        public CustomActionProcessorTest()
                                  throws Exception
        Throws:
        Exception
    • Method Detail

      • testCustomUserProcessor

        @Test
        public void testCustomUserProcessor()
                                     throws Exception
        Test to see that a custom processor configured through a WSSConfig instance is called
        Throws:
        Exception
      • testCustomUserProcessorObject

        @Test
        public void testCustomUserProcessorObject()
                                           throws Exception
        Test to see that a custom processor (object) configured through a WSSConfig instance is called
        Throws:
        Exception
      • testCustomAction

        @Test
        public void testCustomAction()
                              throws Exception
        Test to see that a custom action configured through a WSSConfig instance is called
        Throws:
        Exception
      • testCustomActionObject

        @Test
        public void testCustomActionObject()
                                    throws Exception
        Test to see that a custom action object configured through a WSSConfig instance is called
        Throws:
        Exception
      • testDecodeCustomAction

        @Test
        public void testDecodeCustomAction()
                                    throws Exception
        Test to see that a custom action can be configured via WSSecurityUtil.decodeAction. A standard Timestamp action is also configured.
        Throws:
        Exception