Class AbstractOIDCAuthenticationRequestActionTest


  • public class AbstractOIDCAuthenticationRequestActionTest
    extends Object
    AbstractOIDCAuthenticationRequestAction unit test.
    • Constructor Detail

      • AbstractOIDCAuthenticationRequestActionTest

        public AbstractOIDCAuthenticationRequestActionTest()
    • Method Detail

      • testNoInboundMessageContext

        public void testNoInboundMessageContext()
                                         throws Exception
        Test that the action functions properly if there is no inbound message context.
        Throws:
        Exception
      • testNoInboundMessage

        public void testNoInboundMessage()
                                  throws Exception
        Test that the action functions properly if there is no inbound message.
        Throws:
        Exception
      • testSuccess

        public void testSuccess()
                         throws Exception
        Test that the action functions properly if the inbound message is a oidc authentication request.
        Throws:
        Exception