Class HTTPRedirectAuthnRequestEncoderTest

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

public class HTTPRedirectAuthnRequestEncoderTest extends Object
Test for the HTTPRedirectAuthnRequestEncoder.
  • Field Details

    • encoder

      private net.shibboleth.oidc.profile.encoding.impl.HTTPRedirectAuthnRequestEncoder encoder
      The encoder to test.
    • mockResponse

      private MockHttpServletResponse mockResponse
      Mock servlet response.
    • request

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

      private MessageContext context
      The Message context.
  • Constructor Details

    • HTTPRedirectAuthnRequestEncoderTest

      public HTTPRedirectAuthnRequestEncoderTest()
  • Method Details