Class HTTPRedirectAuthnResponseDecoderTest

java.lang.Object
net.shibboleth.oidc.profile.decoding.impl.HTTPRedirectAuthnResponseDecoderTest

public class HTTPRedirectAuthnResponseDecoderTest extends Object
  • Field Details

    • mockRequest

      private MockHttpServletRequest mockRequest
      Mock servlet response.
    • decoder

      private net.shibboleth.oidc.profile.decoding.impl.HTTPRedirectAuthnResponseDecoder decoder
      The encoder to test.
  • Constructor Details

    • HTTPRedirectAuthnResponseDecoderTest

      public HTTPRedirectAuthnResponseDecoderTest()
  • Method Details

    • setUp

      @BeforeMethod public void setUp() throws Exception
      Throws:
      Exception
    • testSuccessfulDecoding_Query_AuthCode

      public void testSuccessfulDecoding_Query_AuthCode() throws Exception
      Throws:
      Exception
    • testWrongMethod

      public void testWrongMethod() throws Exception
      Throws:
      Exception