Class HTTPRedirectAuthnRequestEncoderTest
java.lang.Object
net.shibboleth.oidc.profile.encoding.impl.HTTPRedirectAuthnRequestEncoderTest
Test for the HTTPRedirectAuthnRequestEncoder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MessageContextThe Message context.private net.shibboleth.oidc.profile.encoding.impl.HTTPRedirectAuthnRequestEncoderThe encoder to test.private MockHttpServletResponseMock servlet response.private net.shibboleth.oidc.profile.core.OIDCAuthenticationRequestThe request. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
encoder
private net.shibboleth.oidc.profile.encoding.impl.HTTPRedirectAuthnRequestEncoder encoderThe encoder to test. -
mockResponse
Mock servlet response. -
request
private net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest requestThe request. -
context
The Message context.
-
-
Constructor Details
-
HTTPRedirectAuthnRequestEncoderTest
public HTTPRedirectAuthnRequestEncoderTest()
-
-
Method Details