| Package | Description |
|---|---|
| org.apache.nifi.processors.hadoop |
| Class and Description |
|---|
| KerberosProperties
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.
|
Copyright © 2020 Apache NiFi Project. All rights reserved.