Package net.shibboleth.idp.authn
Class AuthenticationFlowDescriptorTest
- java.lang.Object
-
- net.shibboleth.idp.authn.AuthenticationFlowDescriptorTest
-
public class AuthenticationFlowDescriptorTest extends Object
AuthenticationFlowDescriptorunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.authn.AuthenticationFlowDescriptordescriptor
-
Constructor Summary
Constructors Constructor Description AuthenticationFlowDescriptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestActiveResults()Tests handling of active/inactive checks.voidtestInactivityTimeout()Tests mutating inactivity timeout.voidtestInstantation()Tests that everything is properly initialized during object construction.voidtestLifetime()Tests mutating lifetime.voidtestSupportedForcedAuthentication()Tests mutating forced authentication support.voidtestSupportedPassiveAuthentication()Tests mutating passive authentication support.voidtestSupportedPrincipals()Tests mutating principal set.
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testInstantation
public void testInstantation()
Tests that everything is properly initialized during object construction.
-
testLifetime
public void testLifetime()
Tests mutating lifetime.
-
testInactivityTimeout
public void testInactivityTimeout()
Tests mutating inactivity timeout.
-
testSupportedForcedAuthentication
public void testSupportedForcedAuthentication()
Tests mutating forced authentication support.
-
testSupportedPassiveAuthentication
public void testSupportedPassiveAuthentication()
Tests mutating passive authentication support.
-
testSupportedPrincipals
public void testSupportedPrincipals()
Tests mutating principal set.
-
testActiveResults
public void testActiveResults() throws InterruptedExceptionTests handling of active/inactive checks.- Throws:
InterruptedException- ...
-
-