Class KerberosSettingsTest


  • public class KerberosSettingsTest
    extends Object
    • Field Detail

      • SERVICE_PRINCIPAL

        protected static String SERVICE_PRINCIPAL
      • KEYTAB

        protected static String KEYTAB
      • realms

        protected List<net.shibboleth.idp.authn.spnego.impl.KerberosRealmSettings> realms
      • settings

        private net.shibboleth.idp.authn.spnego.impl.KerberosSettings settings
    • Constructor Detail

      • KerberosSettingsTest

        public KerberosSettingsTest()
    • Method Detail

      • setUp

        @BeforeMethod
        public void setUp()
                   throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
        Throws:
        net.shibboleth.utilities.java.support.component.ComponentInitializationException
      • testRequiredValues

        public void testRequiredValues()
                                throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
        Throws:
        net.shibboleth.utilities.java.support.component.ComponentInitializationException
      • withoutMandatoryParameters_initialize_shouldThrowException

        public void withoutMandatoryParameters_initialize_shouldThrowException()
                                                                        throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
        Throws:
        net.shibboleth.utilities.java.support.component.ComponentInitializationException
      • nullRealms_shouldThrowException

        public void nullRealms_shouldThrowException()