Package net.shibboleth.idp.authn.context
Class AuthenticationContextTest
- java.lang.Object
-
- net.shibboleth.idp.authn.context.AuthenticationContextTest
-
public class AuthenticationContextTest extends Object
AuthenticationContextunit test.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestActiveResults()Tests active results.voidtestAttemptedFlow()Tests mutating attempted flow.voidtestCompletionInstant()Tests setting completion instant.voidtestForcingAuthentication()Tests mutating forcing authentication.voidtestInitiationInstant()Tests initiation instant instantiation.voidtestPotentialFlows()Tests potential flow instantiation.voidtestRequestedPrincipalContextHelperBadType()voidtestRequestedPrincipalContextHelpers()Tests RequestedPrincipalContext helpers.
-
-
-
Method Detail
-
testInitiationInstant
public void testInitiationInstant() throws ExceptionTests initiation instant instantiation.- Throws:
Exception- if something goes wrong
-
testForcingAuthentication
public void testForcingAuthentication() throws ExceptionTests mutating forcing authentication.- Throws:
Exception- if something goes wrong
-
testActiveResults
public void testActiveResults() throws ExceptionTests active results.- Throws:
Exception- if something goes wrong
-
testPotentialFlows
public void testPotentialFlows() throws ExceptionTests potential flow instantiation.- Throws:
Exception- if something goes wrong
-
testAttemptedFlow
public void testAttemptedFlow() throws ExceptionTests mutating attempted flow.- Throws:
Exception- if something goes wrong
-
testCompletionInstant
public void testCompletionInstant() throws ExceptionTests setting completion instant.- Throws:
Exception- if something goes wrong
-
testRequestedPrincipalContextHelpers
public void testRequestedPrincipalContextHelpers() throws ExceptionTests RequestedPrincipalContext helpers.- Throws:
Exception- if something goes wrong
-
-