Index

D E G H L O R W 
All Classes and Interfaces|All Packages

D

decrypt(String, String) - Method in interface org.apache.nifi.vault.hashicorp.HashiCorpVaultCommunicationService
Decrypts the given cipher text using Vault's Transit Secrets Engine.

E

encrypt(String, byte[]) - Method in interface org.apache.nifi.vault.hashicorp.HashiCorpVaultCommunicationService
Encrypts the given plaintext using Vault's Transit Secrets Engine.

G

getServerVersion() - Method in interface org.apache.nifi.vault.hashicorp.HashiCorpVaultCommunicationService
 

H

HashiCorpVaultCommunicationService - Interface in org.apache.nifi.vault.hashicorp
A service to handle all communication with an instance of HashiCorp Vault.

L

listKeyValueSecrets(String) - Method in interface org.apache.nifi.vault.hashicorp.HashiCorpVaultCommunicationService
Lists the secrets at the given Key/Value Version 1 Secrets Engine path.

O

org.apache.nifi.vault.hashicorp - package org.apache.nifi.vault.hashicorp
 

R

readKeyValueSecret(String, String) - Method in interface org.apache.nifi.vault.hashicorp.HashiCorpVaultCommunicationService
Reads a single secret value from Vault's Key/Value Version 1 Secrets Engine.
readKeyValueSecretMap(String, String) - Method in interface org.apache.nifi.vault.hashicorp.HashiCorpVaultCommunicationService
Reads a secret with multiple key/value pairs from Vault's Key/Value Version 1 Secrets Engine.

W

writeKeyValueSecret(String, String, String) - Method in interface org.apache.nifi.vault.hashicorp.HashiCorpVaultCommunicationService
Writes a single secret value using Vault's Key/Value Version 1 Secrets Engine.
writeKeyValueSecretMap(String, String, Map<String, String>) - Method in interface org.apache.nifi.vault.hashicorp.HashiCorpVaultCommunicationService
Writes a secret with multiple key/value pairs using Vault's Key/Value Version 1 Secrets Engine.
D E G H L O R W 
All Classes and Interfaces|All Packages