public class TestSecureSimpleRpcServer extends TestSimpleRpcServer
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 |
GENERATOR, TEST_UTIL
Constructor and Description |
---|
TestSecureSimpleRpcServer() |
Modifier and Type | Method and Description |
---|---|
(package private) static org.apache.hadoop.security.UserGroupInformation |
login(String krbKeytab,
String krbPrincipal) |
static void |
setupClass() |
static void |
tearDownClass() |
void |
testSimpleRpcServer() |
doTest
public 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 TestSecureSimpleRpcServer()
public static void setupClass() throws Exception
Exception
public static void tearDownClass() throws Exception
Exception
public void testSimpleRpcServer() throws Exception
testSimpleRpcServer
in class TestSimpleRpcServer
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.