Interface ParameterProviderInitializationContext

All Superinterfaces:
KerberosContext
All Known Implementing Classes:
DocumentationParameterProviderInitializationContext

public interface ParameterProviderInitializationContext extends KerberosContext
  • Method Details

    • getIdentifier

      String getIdentifier()
      Returns:
      the identifier associated with the ParameterProvider with which this context is associated
    • getName

      String getName()
      Returns:
      the configured name for this ParameterProvider
    • getLogger

      ComponentLog getLogger()
      Returns:
      a logger that can be used to log important events in a standard way and generate bulletins when appropriate
    • getNodeTypeProvider

      NodeTypeProvider getNodeTypeProvider()
      Returns:
      the NodeTypeProvider which can be used to detect the node type of this NiFi instance.