Class AuthenticationFlowDescriptorTest


  • public class AuthenticationFlowDescriptorTest
    extends Object
    AuthenticationFlowDescriptor unit test.
    • Field Detail

      • descriptor

        private net.shibboleth.idp.authn.AuthenticationFlowDescriptor descriptor
    • Constructor Detail

      • AuthenticationFlowDescriptorTest

        public AuthenticationFlowDescriptorTest()
    • 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.