Class AuthenticationFlowDescriptorTest

java.lang.Object
net.shibboleth.idp.authn.AuthenticationFlowDescriptorTest

public class AuthenticationFlowDescriptorTest extends Object
AuthenticationFlowDescriptor unit test.
  • 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

      public void testActiveResults() throws InterruptedException
      Tests handling of active/inactive checks.
      Throws:
      InterruptedException - ...