Class AbstractAuthenticationRequestLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthenticationRequestLookupFunctionTest
-
public class AbstractAuthenticationRequestLookupFunctionTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classAbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunction
-
Field Summary
Fields Modifier and Type Field Description protected AbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunctionmockprotected MessageContextmsgCtxprotected net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseContextoidcCtxprotected ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description AbstractAuthenticationRequestLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUpCtxs()voidtestNoInboundCtxts()voidtestOK()
-
-
-
Field Detail
-
prc
protected ProfileRequestContext prc
-
msgCtx
protected MessageContext msgCtx
-
oidcCtx
protected net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseContext oidcCtx
-
mock
protected AbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunction mock
-
-
Method Detail
-
setUpCtxs
@BeforeMethod protected void setUpCtxs() throws Exception
- Throws:
Exception
-
testOK
public void testOK()
-
testNoInboundCtxts
public void testNoInboundCtxts()
-
-