Class DocumentationProcessorInitializationContext
java.lang.Object
org.apache.nifi.documentation.init.DocumentationProcessorInitializationContext
- All Implemented Interfaces:
KerberosContext,ProcessorInitializationContext
public class DocumentationProcessorInitializationContext
extends Object
implements ProcessorInitializationContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Kerberos configuration file (typically krb5.conf) that will be used by this JVM during all Kerberos operations.The File instance for the Kerberos service keytab.The Kerberos service principal used by NiFi to communicate with the KDC in order to obtain tickets on behalf of NiFi.
-
Field Details
-
uuid
-
nodeTypeProvider
-
-
Constructor Details
-
DocumentationProcessorInitializationContext
public DocumentationProcessorInitializationContext()
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceProcessorInitializationContext- Returns:
- the unique identifier for this processor
-
getLogger
- Specified by:
getLoggerin interfaceProcessorInitializationContext- Returns:
- a
ComponentLogthat is tied to this processor that can be used to log events
-
getControllerServiceLookup
- Specified by:
getControllerServiceLookupin interfaceProcessorInitializationContext- Returns:
- the
ControllerServiceLookupwhich can be used to obtain Controller Services
-
getNodeTypeProvider
- Specified by:
getNodeTypeProviderin interfaceProcessorInitializationContext- Returns:
- the
NodeTypeProviderwhich can be used to detect the node type of this NiFi instance.
-
getKerberosServicePrincipal
Description copied from interface:KerberosContextThe Kerberos service principal used by NiFi to communicate with the KDC in order to obtain tickets on behalf of NiFi. Typically of the form NIFI/fully.qualified.domain@REALM.- Specified by:
getKerberosServicePrincipalin interfaceKerberosContext- Returns:
- the principal, or null if this NiFi instance is not configured with a NiFi Kerberos service principal
-
getKerberosServiceKeytab
Description copied from interface:KerberosContextThe File instance for the Kerberos service keytab. The service principal and service keytab will be used to communicate with the KDC to obtain tickets on behalf of NiFi.- Specified by:
getKerberosServiceKeytabin interfaceKerberosContext- Returns:
- the File instance of the service keytab, or null if this NiFi instance is not configured with a NiFi Kerberos service keytab
-
getKerberosConfigurationFile
Description copied from interface:KerberosContextThe Kerberos configuration file (typically krb5.conf) that will be used by this JVM during all Kerberos operations.- Specified by:
getKerberosConfigurationFilein interfaceKerberosContext- Returns:
- the File instance for the Kerberos configuration file, or null if this NiFi instance is not configured with a Kerberos configuration file
-