public class TestSecureNettyRpcServer extends TestNettyRpcServer
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static String |
HOST |
private static org.apache.hadoop.minikdc.MiniKdc |
KDC |
private static File |
KEYTAB_FILE |
TableNameTestRule |
name |
private static String |
PRINCIPAL |
private static org.apache.hadoop.security.UserGroupInformation |
UGI |
allocatorType, GENERATOR, TEST_UTIL| Constructor and Description |
|---|
TestSecureNettyRpcServer() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static org.apache.hadoop.security.UserGroupInformation |
login(String krbKeytab,
String krbPrincipal) |
void |
setup() |
void |
tearDown() |
void |
testNettyRpcServer() |
doTest, parameterspublic static final HBaseClassTestRule CLASS_RULE
private static File KEYTAB_FILE
private static org.apache.hadoop.minikdc.MiniKdc KDC
private static org.apache.hadoop.security.UserGroupInformation UGI
public TableNameTestRule name
public TestSecureNettyRpcServer()
public void setup() throws Exception
setup in class TestNettyRpcServerExceptionpublic void tearDown() throws Exception
tearDown in class TestNettyRpcServerExceptionpublic void testNettyRpcServer() throws Exception
testNettyRpcServer in class TestNettyRpcServerExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.