Class ConfigVaultProvider.Builder

    • Method Detail

      • config

        public ConfigVaultProvider.Builder config​(Config config)
        Update this builder from provided configuration.
        Parameters:
        config - configuration to use
        Returns:
        updated builder
      • masterPassword

        public ConfigVaultProvider.Builder masterPassword​(char[] masterPassword)
        Configure master password used for encryption/decryption. If master password cannot be obtained from any source (this method, configuration, system property, environment variable), encryption and decryption will not be supported.
        Parameters:
        masterPassword - password to use
        Returns:
        updated builder