public class TestSecureIPC extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestSecureIPC.TestThread |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.ExpectedException |
exception |
String |
rpcClientImpl |
String |
rpcServerImpl |
| Constructor and Description |
|---|
TestSecureIPC() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Object[]> |
parameters() |
static void |
setUp() |
void |
setUpTest() |
static void |
tearDown() |
void |
testDifferentConfWithCryptoAES()
Test various combinations of Server and Client configuration for Crypto AES.
|
void |
testRpcCallWithEnabledKerberosSaslAuth() |
void |
testRpcFallbackToSimpleAuth() |
void |
testSaslNoCommonQop() |
void |
testSaslWithCommonQop()
Test various combinations of Server and Client qops.
|
void |
testSaslWithCryptoAES()
Test sasl encryption with Crypto AES.
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.ExpectedException exception
public String rpcClientImpl
public String rpcServerImpl
public TestSecureIPC()
public static Collection<Object[]> parameters()
public static void tearDown() throws IOException
IOExceptionpublic void testRpcCallWithEnabledKerberosSaslAuth() throws Exception
Exceptionpublic void testRpcFallbackToSimpleAuth() throws Exception
Exceptionpublic void testSaslWithCommonQop() throws Exception
Exceptionpublic void testSaslNoCommonQop() throws Exception
Exceptionpublic void testSaslWithCryptoAES() throws Exception
Exceptionpublic void testDifferentConfWithCryptoAES() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.