public class KerberosConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private File |
configFile |
private File |
keytabLocation |
static KerberosConfig |
NOT_CONFIGURED |
private String |
principal |
| Constructor and Description |
|---|
KerberosConfig(String principal,
File keytabLocation,
File kerberosConfigurationFile) |
| Modifier and Type | Method and Description |
|---|---|
File |
getConfigFile() |
File |
getKeytabLocation() |
String |
getPrincipal() |
private final String principal
private final File keytabLocation
private final File configFile
public static final KerberosConfig NOT_CONFIGURED
Copyright © 2021 Apache NiFi Project. All rights reserved.