public class KerberosTestingUtil extends Object implements KerberosTestingUtilSpi
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVA_SECURITY_KRB5_CONF |
static String |
SUN_SECURITY_KRB5_DEBUG |
protected static File |
TEMP_DIR |
protected static File |
TEMP_KEYTABS_DIR |
static String |
TRUE |
| Constructor and Description |
|---|
KerberosTestingUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureMiniAccumulo(org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl cfg,
org.apache.hadoop.conf.Configuration coreSite) |
org.apache.accumulo.cluster.ClusterUser |
getRootUser() |
void |
setup() |
void |
tearDown() |
protected static final File TEMP_DIR
protected static final File TEMP_KEYTABS_DIR
public static final String TRUE
public static final String JAVA_SECURITY_KRB5_CONF
public static final String SUN_SECURITY_KRB5_DEBUG
public void setup()
throws Exception
setup in interface KerberosTestingUtilSpiExceptionpublic void tearDown()
throws Exception
tearDown in interface KerberosTestingUtilSpiExceptionpublic void configureMiniAccumulo(org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl cfg,
org.apache.hadoop.conf.Configuration coreSite)
configureMiniAccumulo in interface KerberosTestingUtilSpipublic org.apache.accumulo.cluster.ClusterUser getRootUser()
getRootUser in interface KerberosTestingUtilSpiCopyright © 2013–2020. All rights reserved.