Class AbstractOIDCUserInfoResponseActionTest


  • public class AbstractOIDCUserInfoResponseActionTest
    extends Object
    AbstractOIDCUserInfoResponseAction unit test.
    • Constructor Detail

      • AbstractOIDCUserInfoResponseActionTest

        public AbstractOIDCUserInfoResponseActionTest()
    • 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 in success case.
        Throws:
        Exception
      • testSuccess

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