public class KerberosKeytabCredentials extends Object implements org.apache.http.auth.Credentials
| Modifier and Type | Field and Description |
|---|---|
private String |
keytab |
private KerberosPrincipal |
userPrincipal |
| Constructor and Description |
|---|
KerberosKeytabCredentials(String principalName,
String keytab) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeytab() |
String |
getPassword() |
Principal |
getUserPrincipal() |
private final KerberosPrincipal userPrincipal
private final String keytab
Copyright © 2020 Apache NiFi Project. All rights reserved.