- KERBEROS - Static variable in class org.apache.nifi.hadoop.SecurityUtil
-
- KERBEROS_CREDENTIALS_SERVICE - Static variable in class org.apache.nifi.processors.hadoop.AbstractHadoopProcessor
-
- KERBEROS_RELOGIN_PERIOD - Static variable in class org.apache.nifi.processors.hadoop.AbstractHadoopProcessor
-
- kerberosConfigFile - Variable in class org.apache.nifi.hadoop.KerberosProperties
-
- kerberosConfigFile - Variable in class org.apache.nifi.processors.hadoop.AbstractHadoopProcessor
-
- KerberosConfiguration - Class in org.apache.nifi.hadoop
-
Modified Kerberos configuration class from KerberosAuthenticator.KerberosConfiguration
that requires authentication from a keytab.
- KerberosConfiguration(String, String) - Constructor for class org.apache.nifi.hadoop.KerberosConfiguration
-
- kerberosConfigValidator - Variable in class org.apache.nifi.hadoop.KerberosProperties
-
- kerberosKeytab - Variable in class org.apache.nifi.hadoop.KerberosProperties
-
- KerberosKeytabCredentials - Class in org.apache.nifi.hadoop
-
Crendentials that incorporate a user principal and a keytab file.
- KerberosKeytabCredentials(String, String) - Constructor for class org.apache.nifi.hadoop.KerberosKeytabCredentials
-
- KerberosKeytabSPNegoAuthSchemeProvider - Class in org.apache.nifi.hadoop
-
Provider class for KerberosKeytabSPNegoAuthScheme.
- KerberosKeytabSPNegoAuthSchemeProvider() - Constructor for class org.apache.nifi.hadoop.KerberosKeytabSPNegoAuthSchemeProvider
-
- KerberosKeytabSPNegoScheme - Class in org.apache.nifi.hadoop
-
This class provides a very similar authentication scheme and token generation as SPNegoScheme does.
- KerberosKeytabSPNegoScheme() - Constructor for class org.apache.nifi.hadoop.KerberosKeytabSPNegoScheme
-
- kerberosPassword - Variable in class org.apache.nifi.hadoop.KerberosProperties
-
- kerberosPrincipal - Variable in class org.apache.nifi.hadoop.KerberosProperties
-
- KerberosProperties - Class in org.apache.nifi.hadoop
-
All processors and controller services that need properties for Kerberos
Principal and Keytab should obtain them through this class by calling:
KerberosProperties props =
KerberosProperties.create(NiFiProperties.getInstance())
The properties can be accessed from the resulting KerberosProperties
instance.
- KerberosProperties(File) - Constructor for class org.apache.nifi.hadoop.KerberosProperties
-
Instantiate a KerberosProperties object but keep in mind it is
effectively a singleton because the krb5.conf file needs to be set as a
system property which this constructor will take care of.
- kerberosProperties - Variable in class org.apache.nifi.processors.hadoop.AbstractHadoopProcessor
-
- KerberosTicketRenewer - Class in org.apache.nifi.hadoop
-
Deprecated.
- KerberosTicketRenewer(UserGroupInformation, long, ComponentLog) - Constructor for class org.apache.nifi.hadoop.KerberosTicketRenewer
-
Deprecated.
- kerberosUser - Variable in class org.apache.nifi.processors.hadoop.AbstractHadoopProcessor.HdfsResources
-
- keytab - Variable in class org.apache.nifi.hadoop.KerberosKeytabCredentials
-