public class KerberosHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
CLIENT_PRINCIPAL |
String |
CLIENT_SHORT_NAME |
File |
clientKeytab |
String |
SERVER_PRINCIPAL |
File |
serverKeytab |
File |
workspace |
| Constructor and Description |
|---|
KerberosHelper(String testName,
String serverShortName) |
| Modifier and Type | Method and Description |
|---|---|
void |
setupKdc(File workspace) |
void |
stopKdc()
Workspace is owned by test using this helper
|
public File workspace
public final String CLIENT_SHORT_NAME
public final String CLIENT_PRINCIPAL
public String SERVER_PRINCIPAL
public File clientKeytab
public File serverKeytab
Copyright © 2021 The Apache Software Foundation. All rights reserved.