Class AbstractOIDCAuthenticationRequestActionTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCAuthenticationRequestActionTest
-
public class AbstractOIDCAuthenticationRequestActionTest extends Object
AbstractOIDCAuthenticationRequestActionunit test.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classAbstractOIDCAuthenticationRequestActionTest.MockOIDCRequestAction
-
Constructor Summary
Constructors Constructor Description AbstractOIDCAuthenticationRequestActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestNoInboundMessage()Test that the action functions properly if there is no inbound message.voidtestNoInboundMessageContext()Test that the action functions properly if there is no inbound message context.voidtestSuccess()Test that the action functions properly if the inbound message is a oidc authentication request.
-
-
-
Method Detail
-
testNoInboundMessageContext
public void testNoInboundMessageContext() throws ExceptionTest that the action functions properly if there is no inbound message context.- Throws:
Exception
-
testNoInboundMessage
public void testNoInboundMessage() throws ExceptionTest that the action functions properly if there is no inbound message.- Throws:
Exception
-
-