| Class | Description |
|---|---|
| KerberosConfiguration |
Modified Kerberos configuration class from
KerberosAuthenticator.KerberosConfiguration
that requires authentication from a keytab. |
| KerberosKeytabCredentials |
Crendentials that incorporate a user principal and a keytab file.
|
| KerberosKeytabSPNegoAuthSchemeProvider |
Provider class for KerberosKeytabSPNegoAuthScheme.
|
| KerberosKeytabSPNegoScheme |
This class provides a very similar authentication scheme and token generation as
SPNegoScheme does. |
| 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 | Deprecated |
| SecurityUtil |
Provides synchronized access to UserGroupInformation to avoid multiple processors/services from
interfering with each other.
|
Copyright © 2020 Apache NiFi Project. All rights reserved.