- SecretData(String) - Constructor for class org.apache.nifi.vault.hashicorp.StandardHashiCorpVaultCommunicationService.SecretData
-
- SEPARATOR - Static variable in class org.apache.nifi.vault.hashicorp.config.lookup.BeanPropertyLookup
-
- setAuthPropertiesFilename(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets the path to the vault authentication properties file.
- setConnectionTimeout(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets the connection timeout for the HTTP client, using the standard NiFi duration format (e.g., 5 secs)
- setEnabledTlsCipherSuites(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets an optional comma-separated list of enabled TLS cipher suites.
- setEnabledTlsProtocols(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets an optional comma-separated list of enabled TLS protocols.
- setKeyStore(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets the path to the keyStore.
- setKeyStorePassword(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets the keyStore password.
- setKeyStoreType(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets keyStore type (e.g., JKS, PKCS12).
- setReadTimeout(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets the read timeout for the HTTP client, using the standard NiFi duration format (e.g., 15 secs).
- setTrustStore(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets the path to the trustStore.
- setTrustStorePassword(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets the trustStore passsword.
- setTrustStoreType(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Sets the trustStore type (e.g., JKS, PKCS12).
- setUri(String) - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties.HashiCorpVaultPropertiesBuilder
-
Set the Vault URI (e.g., http://localhost:8200).
- ssl - Variable in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultProperties
-
- sslConfiguration - Variable in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultConfiguration
-
- sslConfiguration() - Method in class org.apache.nifi.vault.hashicorp.config.HashiCorpVaultConfiguration
-
- StandardHashiCorpVaultCommunicationService - Class in org.apache.nifi.vault.hashicorp
-
Implements the VaultCommunicationService using Spring Vault
- StandardHashiCorpVaultCommunicationService(PropertySource<?>...) - Constructor for class org.apache.nifi.vault.hashicorp.StandardHashiCorpVaultCommunicationService
-
Creates a VaultCommunicationService that uses Spring Vault.
- StandardHashiCorpVaultCommunicationService(HashiCorpVaultProperties) - Constructor for class org.apache.nifi.vault.hashicorp.StandardHashiCorpVaultCommunicationService
-
Creates a VaultCommunicationService that uses Spring Vault.
- StandardHashiCorpVaultCommunicationService.SecretData - Class in org.apache.nifi.vault.hashicorp
-