Class HTTPPostAuthnResponseDecoderTest
- java.lang.Object
-
- net.shibboleth.oidc.profile.decoding.impl.HTTPPostAuthnResponseDecoderTest
-
public class HTTPPostAuthnResponseDecoderTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.oidc.profile.decoding.impl.HTTPPostAuthnResponseDecoderdecoderThe encoder to test.private MockHttpServletRequestmockRequestMock servlet response.
-
Constructor Summary
Constructors Constructor Description HTTPPostAuthnResponseDecoderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestSuccessfulDecoding_Query_AuthCode()voidtestWrongMethod()
-
-
-
Field Detail
-
mockRequest
private MockHttpServletRequest mockRequest
Mock servlet response.
-
decoder
private net.shibboleth.oidc.profile.decoding.impl.HTTPPostAuthnResponseDecoder decoder
The encoder to test.
-
-