Class HTTPPostAuthnRequestEncoderTest

java.lang.Object
net.shibboleth.oidc.profile.encoding.impl.HTTPPostAuthnRequestEncoderTest

public class HTTPPostAuthnRequestEncoderTest extends Object
Test for the HTTPPostAuthnRequestEncoder.
  • Field Details

    • mockResponse

      private MockHttpServletResponse mockResponse
      Mock servlet response.
    • encoder

      private net.shibboleth.oidc.profile.encoding.impl.HTTPPostAuthnRequestEncoder encoder
      The encoder to test.
    • request

      private net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest request
      The authentication request.
    • context

      private MessageContext context
      The message context.
  • Constructor Details

    • HTTPPostAuthnRequestEncoderTest

      public HTTPPostAuthnRequestEncoderTest()
  • Method Details