Class AbstractOIDCTokenResponseActionTest


  • public class AbstractOIDCTokenResponseActionTest
    extends Object
    AbstractOIDCTokenResponseAction unit test.
    • Constructor Detail

      • AbstractOIDCTokenResponseActionTest

        public AbstractOIDCTokenResponseActionTest()
    • Method Detail

      • testNoOutboundMessageContext

        public void testNoOutboundMessageContext()
                                          throws Exception
        Test that the action functions properly if there is no outbound message context.
        Throws:
        Exception
      • testNoOidcResponseContext

        public void testNoOidcResponseContext()
                                       throws Exception
        Test that the action functions properly if there is no oidc response context.
        Throws:
        Exception
      • testNoMetadataContext

        public void testNoMetadataContext()
                                   throws Exception
        Test that the action functions properly if metadata context is missing.
        Throws:
        Exception
      • testSuccess

        public void testSuccess()
                         throws Exception
        Test that the action functions properly in success case.
        Throws:
        Exception