Class NiFiClientConfig

java.lang.Object
org.apache.nifi.toolkit.client.NiFiClientConfig

public class NiFiClientConfig extends Object
Configuration for a NiFiClient.
  • Field Details

    • baseUrl

      private final String baseUrl
    • sslContext

      private final SSLContext sslContext
    • keystoreFilename

      private final String keystoreFilename
    • keystorePass

      private final String keystorePass
    • keyPass

      private final String keyPass
    • keystoreType

      private final KeystoreType keystoreType
    • truststoreFilename

      private final String truststoreFilename
    • truststorePass

      private final String truststorePass
    • truststoreType

      private final KeystoreType truststoreType
    • protocol

      private final String protocol
    • hostnameVerifier

      private final HostnameVerifier hostnameVerifier
    • readTimeout

      private final Integer readTimeout
    • connectTimeout

      private final Integer connectTimeout
  • Constructor Details

  • Method Details

    • getBaseUrl

      public String getBaseUrl()
    • getSslContext

      public SSLContext getSslContext()
    • getKeystoreFilename

      public String getKeystoreFilename()
    • getKeystorePass

      public String getKeystorePass()
    • getKeyPass

      public String getKeyPass()
    • getKeystoreType

      public KeystoreType getKeystoreType()
    • getTruststoreFilename

      public String getTruststoreFilename()
    • getTruststorePass

      public String getTruststorePass()
    • getTruststoreType

      public KeystoreType getTruststoreType()
    • getProtocol

      public String getProtocol()
    • getHostnameVerifier

      public HostnameVerifier getHostnameVerifier()
    • getReadTimeout

      public Integer getReadTimeout()
    • getConnectTimeout

      public Integer getConnectTimeout()