| Interface | Description |
|---|---|
| ConfigurationUtil | |
| KerberosUser |
A keytab-based user that can login/logout and perform actions as the given user.
|
| Class | Description |
|---|---|
| AbstractKerberosUser | |
| KerberosAction<T> |
Helper class for processors to perform an action as a KerberosUser.
|
| KerberosKeytabUser |
Used to authenticate and execute actions when Kerberos is enabled and a keytab is being used.
|
| KerberosPasswordUser |
KerberosUser that authenticates via username and password instead of keytab.
|
| KerberosPasswordUser.PasswordConfig |
JAAS Configuration to use when logging in with username/password.
|
| KerberosPasswordUser.UsernamePasswordCallbackHandler |
CallbackHandler that provides the given username and password.
|
| KeytabConfiguration |
Custom JAAS Configuration object for a provided principal and keytab.
|
Copyright © 2020 Apache NiFi Project. All rights reserved.