Class DefaultAuthTimeLookupFunctionTest
- java.lang.Object
-
- org.geant.idpextension.oidc.profile.context.navigate.DefaultAuthTimeLookupFunctionTest
-
public class DefaultAuthTimeLookupFunctionTest extends Object
Tests forDefaultAuthTimeLookupFunctionTest.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.authn.context.AuthenticationContextauthCtxprivate Instantinstantprivate org.geant.idpextension.oidc.profile.context.navigate.DefaultAuthTimeLookupFunctionlookupprivate org.opensaml.profile.context.ProfileRequestContextprcprivate net.shibboleth.idp.authn.AuthenticationResultresult
-
Constructor Summary
Constructors Constructor Description DefaultAuthTimeLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestNoCtxts()voidtestSuccess()
-
-
-
Field Detail
-
lookup
private org.geant.idpextension.oidc.profile.context.navigate.DefaultAuthTimeLookupFunction lookup
-
prc
private org.opensaml.profile.context.ProfileRequestContext prc
-
instant
private Instant instant
-
result
private net.shibboleth.idp.authn.AuthenticationResult result
-
authCtx
private net.shibboleth.idp.authn.context.AuthenticationContext authCtx
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testSuccess
public void testSuccess()
-
testNoCtxts
public void testNoCtxts()
-
-