| Package | Description |
|---|---|
| org.apache.nifi.remote.client |
| Modifier and Type | Field and Description |
|---|---|
private KeystoreType |
SiteToSiteClient.Builder.keystoreType |
private KeystoreType |
SiteToSiteClient.StandardSiteToSiteClientConfig.keystoreType |
private KeystoreType |
SiteToSiteClient.Builder.truststoreType |
private KeystoreType |
SiteToSiteClient.StandardSiteToSiteClientConfig.truststoreType |
| Modifier and Type | Method and Description |
|---|---|
KeystoreType |
SiteToSiteClient.Builder.getKeystoreType() |
KeystoreType |
SiteToSiteClient.StandardSiteToSiteClientConfig.getKeystoreType() |
KeystoreType |
SiteToSiteClientConfig.getKeystoreType() |
KeystoreType |
SiteToSiteClient.Builder.getTruststoreType() |
KeystoreType |
SiteToSiteClient.StandardSiteToSiteClientConfig.getTruststoreType() |
KeystoreType |
SiteToSiteClientConfig.getTruststoreType() |
static KeystoreType |
KeystoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeystoreType[] |
KeystoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SiteToSiteClient.Builder |
SiteToSiteClient.Builder.keystoreType(KeystoreType keystoreType)
Sets the type of the Keystore to use in order to communicate securely
with the remote instance of NiFi
|
SiteToSiteClient.Builder |
SiteToSiteClient.Builder.truststoreType(KeystoreType truststoreType)
Sets the password type of the Truststore to use in order to communicate securely
with the remote instance of NiFi
|
Copyright © 2023 Apache NiFi Project. All rights reserved.