Class AbstractAuthenticationRequestLookupFunctionTest
- java.lang.Object
-
- org.geant.idpextension.oidc.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 org.opensaml.messaging.context.MessageContextmsgCtxprotected org.geant.idpextension.oidc.messaging.context.OIDCAuthenticationResponseContextoidcCtxprotected org.opensaml.profile.context.ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description AbstractAuthenticationRequestLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUpCtxs()voidtestNoInboundCtxts()voidtestNoOutboundCtxts()voidtestOK()
-
-
-
Field Detail
-
prc
protected org.opensaml.profile.context.ProfileRequestContext prc
-
msgCtx
protected org.opensaml.messaging.context.MessageContext msgCtx
-
oidcCtx
protected org.geant.idpextension.oidc.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()
-
testNoOutboundCtxts
public void testNoOutboundCtxts()
-
-