Package net.shibboleth.idp.authn
Class AuthenticationFlowDescriptorTest
java.lang.Object
net.shibboleth.idp.authn.AuthenticationFlowDescriptorTest
AuthenticationFlowDescriptor unit test.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate net.shibboleth.idp.authn.AuthenticationFlowDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidTests handling of active/inactive checks.voidTests mutating inactivity timeout.voidTests that everything is properly initialized during object construction.voidTests mutating lifetime.voidTests mutating forced authentication support.voidTests mutating passive authentication support.voidTests mutating principal set.
-
Field Details
-
descriptor
private net.shibboleth.idp.authn.AuthenticationFlowDescriptor descriptor
-
-
Constructor Details
-
AuthenticationFlowDescriptorTest
public AuthenticationFlowDescriptorTest()
-
-
Method Details
-
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
Tests handling of active/inactive checks.- Throws:
InterruptedException- ...
-