public class NiFiRegistryClientConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NiFiRegistryClientConfig.Builder
Builder for client configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private String |
baseUrl |
private Integer |
connectTimeout |
private HostnameVerifier |
hostnameVerifier |
private String |
keyPass |
private String |
keystoreFilename |
private String |
keystorePass |
private KeystoreType |
keystoreType |
private Integer |
readTimeout |
private SSLContext |
sslContext |
private String |
truststoreFilename |
private String |
truststorePass |
private KeystoreType |
truststoreType |
| Modifier | Constructor and Description |
|---|---|
private |
NiFiRegistryClientConfig(NiFiRegistryClientConfig.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
Integer |
getConnectTimeout() |
HostnameVerifier |
getHostnameVerifier() |
String |
getKeyPass() |
String |
getKeystoreFilename() |
String |
getKeystorePass() |
KeystoreType |
getKeystoreType() |
Integer |
getReadTimeout() |
SSLContext |
getSslContext() |
String |
getTruststoreFilename() |
String |
getTruststorePass() |
KeystoreType |
getTruststoreType() |
private final String baseUrl
private final SSLContext sslContext
private final String keystoreFilename
private final String keystorePass
private final String keyPass
private final KeystoreType keystoreType
private final String truststoreFilename
private final String truststorePass
private final KeystoreType truststoreType
private final HostnameVerifier hostnameVerifier
private final Integer readTimeout
private final Integer connectTimeout
private NiFiRegistryClientConfig(NiFiRegistryClientConfig.Builder builder)
public String getBaseUrl()
public SSLContext getSslContext()
public String getKeystoreFilename()
public String getKeystorePass()
public String getKeyPass()
public KeystoreType getKeystoreType()
public String getTruststoreFilename()
public String getTruststorePass()
public KeystoreType getTruststoreType()
public HostnameVerifier getHostnameVerifier()
public Integer getReadTimeout()
public Integer getConnectTimeout()
Copyright © 2018 Apache NiFi Project. All rights reserved.