Class KerberosRealmSettingsTest
- java.lang.Object
-
- net.shibboleth.idp.authn.spnego.impl.KerberosRealmSettingsTest
-
public class KerberosRealmSettingsTest extends Object
-
-
Constructor Summary
Constructors Constructor Description KerberosRealmSettingsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMutuallyExclusiveValues()voidtestNotSettingKeytabOrPassword()voidtestNullOrEmptyValues()voidtestRequiredValues()voidtestSettingBothKeytabAndPassword()
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws Exception
- Throws:
Exception
-
testMutuallyExclusiveValues
public void testMutuallyExclusiveValues() throws Exception- Throws:
Exception
-
testNotSettingKeytabOrPassword
public void testNotSettingKeytabOrPassword() throws Exception- Throws:
Exception
-
testSettingBothKeytabAndPassword
public void testSettingBothKeytabAndPassword() throws Exception- Throws:
Exception
-
-