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