| 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.
|
| KerberosTicketRenewer
Periodically attempts to renew the Kerberos user's ticket for the given UGI.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.