| Package | Description |
|---|---|
| org.apache.nifi.vault.hashicorp.config |
| Modifier and Type | Method and Description |
|---|---|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setAuthPropertiesFilename(String authPropertiesFilename)
Sets the path to the vault authentication properties file.
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setConnectionTimeout(String connectionTimeout)
Sets the connection timeout for the HTTP client, using the standard NiFi duration format (e.g., 5 secs)
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setEnabledTlsCipherSuites(String enabledTlsCipherSuites)
Sets an optional comma-separated list of enabled TLS cipher suites.
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setEnabledTlsProtocols(String enabledTlsProtocols)
Sets an optional comma-separated list of enabled TLS protocols.
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setKeyStore(String keyStore)
Sets the path to the keyStore.
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setKeyStorePassword(String keyStorePassword)
Sets the keyStore password.
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setKeyStoreType(String keyStoreType)
Sets keyStore type (e.g., JKS, PKCS12).
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setReadTimeout(String readTimeout)
Sets the read timeout for the HTTP client, using the standard NiFi duration format (e.g., 15 secs).
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setTrustStore(String trustStore)
Sets the path to the trustStore.
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setTrustStorePassword(String trustStorePassword)
Sets the trustStore passsword.
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setTrustStoreType(String trustStoreType)
Sets the trustStore type (e.g., JKS, PKCS12).
|
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder |
HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder.setUri(String uri)
Set the Vault URI (e.g., http://localhost:8200).
|
Copyright © 2022 Apache NiFi Project. All rights reserved.