Class HTTPRedirectAuthnResponseDecoderTest
- java.lang.Object
-
- net.shibboleth.oidc.profile.decoding.impl.HTTPRedirectAuthnResponseDecoderTest
-
public class HTTPRedirectAuthnResponseDecoderTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.oidc.profile.decoding.impl.HTTPRedirectAuthnResponseDecoderdecoderThe encoder to test.private MockHttpServletRequestmockRequestMock servlet response.
-
Constructor Summary
Constructors Constructor Description HTTPRedirectAuthnResponseDecoderTest()
-
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.HTTPRedirectAuthnResponseDecoder decoder
The encoder to test.
-
-