public class TestSaslTlsIPC extends AbstractTestSecureIPC
AbstractTestSecureIPC.CanonicalHostnameTestingAuthenticationProviderSelector, AbstractTestSecureIPC.TestThread
Modifier and Type | Field and Description |
---|---|
boolean |
acceptPlainText |
X509KeyType |
caKeyType |
X509KeyType |
certKeyType |
static HBaseClassTestRule |
CLASS_RULE |
boolean |
clientTlsEnabled |
char[] |
keyPassword |
private static X509TestContextProvider |
PROVIDER |
private X509TestContext |
x509TestContext |
clientConf, HOST, KDC, KEYTAB_FILE, krbKeytab, krbPrincipal, PRINCIPAL, serverConf, TEST_UTIL, ugi
Constructor and Description |
---|
TestSaslTlsIPC() |
Modifier and Type | Method and Description |
---|---|
static List<Object[]> |
data() |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
initKDCAndConf, setUpPrincipalAndConf, stopKDC, testDifferentConfWithCryptoAES, testRpcCallWithEnabledKerberosSaslAuth, testRpcCallWithEnabledKerberosSaslAuthCanonicalHostname, testRpcCallWithEnabledKerberosSaslAuthNoCanonicalHostname, testRpcFallbackToSimpleAuth, testSaslNoCommonQop, testSaslWithCommonQop, testSaslWithCryptoAES
public static final HBaseClassTestRule CLASS_RULE
private static X509TestContextProvider PROVIDER
public X509KeyType caKeyType
public X509KeyType certKeyType
public char[] keyPassword
public boolean acceptPlainText
public boolean clientTlsEnabled
private X509TestContext x509TestContext
public TestSaslTlsIPC()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws InterruptedException
InterruptedException
public void tearDown()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.