Class AbstractOIDCAuthenticationResponseActionTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractOIDCAuthenticationResponseActionTest
-
public class AbstractOIDCAuthenticationResponseActionTest extends Object
AbstractOIDCAuthenticationResponseActionunit test.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classAbstractOIDCAuthenticationResponseActionTest.MockOIDCResponseAction
-
Field Summary
Fields Modifier and Type Field Description private AbstractOIDCAuthenticationResponseActionTest.MockOIDCResponseActionactionprivate RequestContextrequestCtx
-
Constructor Summary
Constructors Constructor Description AbstractOIDCAuthenticationResponseActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestNoOidcResponseContext()Test that the action functions properly if there is no oidc response context.voidtestNoOutboundMessageContext()Test that the action functions properly if there is no outbound message context.voidtestSuccess()Test that the action functions properly in success case.
-
-
-
Field Detail
-
action
private AbstractOIDCAuthenticationResponseActionTest.MockOIDCResponseAction action
-
requestCtx
private RequestContext requestCtx
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testNoOutboundMessageContext
public void testNoOutboundMessageContext() throws ExceptionTest that the action functions properly if there is no outbound message context.- Throws:
Exception
-
testNoOidcResponseContext
public void testNoOidcResponseContext() throws ExceptionTest that the action functions properly if there is no oidc response context.- Throws:
Exception
-
-