Uses of Class
org.kiwiproject.ansible.vault.VaultConfiguration
-
Packages that use VaultConfiguration Package Description org.kiwiproject.ansible.vault -
-
Uses of VaultConfiguration in org.kiwiproject.ansible.vault
Methods in org.kiwiproject.ansible.vault that return VaultConfiguration Modifier and Type Method Description VaultConfigurationVaultConfiguration. copyOf()Makes a copy of this instance.Methods in org.kiwiproject.ansible.vault with parameters of type VaultConfiguration Modifier and Type Method Description static VaultDecryptCommandVaultDecryptCommand. from(VaultConfiguration configuration, String encryptedFilePath)Create an instance.static VaultDecryptCommandVaultDecryptCommand. from(VaultConfiguration configuration, String encryptedFilePath, String outputFilePath)static VaultEncryptCommandVaultEncryptCommand. from(VaultConfiguration configuration, String plainTextFilePath)Create an instance.static VaultEncryptCommandVaultEncryptCommand. from(VaultConfiguration configuration, String vaultIdLabel, String plainTextFilePath)Create an instance.static VaultEncryptStringCommandVaultEncryptStringCommand. from(VaultConfiguration configuration, String plainText, String variableName)Create an instance.static VaultEncryptStringCommandVaultEncryptStringCommand. from(VaultConfiguration configuration, String vaultIdLabel, String plainText, String variableName)Create an instance.static VaultRekeyCommandVaultRekeyCommand. from(VaultConfiguration configuration, String encryptedFilePath, String newVaultPasswordFilePath)Create an instance.static VaultViewCommandVaultViewCommand. from(VaultConfiguration configuration, String encryptedFilePath)Create an instance.static VaultDecryptCommandVaultDecryptCommand. toStdoutFrom(VaultConfiguration configuration, String encryptedFilePath)Create an instance.Constructors in org.kiwiproject.ansible.vault with parameters of type VaultConfiguration Constructor Description VaultEncryptionHelper(VaultConfiguration configuration)Create an instance with the given vault configuration.
-