Class OAuth2RevocationRequestDecoderTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.oauth2.decoding.impl.OAuth2RevocationRequestDecoderTest
-
public class OAuth2RevocationRequestDecoderTest extends Object
Unit tests forOAuth2RevocationRequestDecoder.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.plugin.oidc.op.oauth2.decoding.impl.OAuth2RevocationRequestDecoderdecoderprivate MockHttpServletRequesthttpRequest
-
Constructor Summary
Constructors Constructor Description OAuth2RevocationRequestDecoderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestInvalidRequestDecoding()voidtestRequestDecoding()
-
-
-
Field Detail
-
httpRequest
private MockHttpServletRequest httpRequest
-
decoder
private net.shibboleth.idp.plugin.oidc.op.oauth2.decoding.impl.OAuth2RevocationRequestDecoder decoder
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testRequestDecoding
public void testRequestDecoding() throws MessageDecodingException- Throws:
MessageDecodingException
-
testInvalidRequestDecoding
public void testInvalidRequestDecoding() throws MessageDecodingException- Throws:
MessageDecodingException
-
-