Class HashiCorpSecretsConfigSource

    • Field Detail

      • hashiCorpVaultToken

        protected String hashiCorpVaultToken
      • vaultAddress

        protected String vaultAddress
      • secretsEnginePath

        protected String secretsEnginePath
      • secretsPath

        protected String secretsPath
      • apiVersion

        protected int apiVersion
    • Constructor Detail

      • HashiCorpSecretsConfigSource

        public HashiCorpSecretsConfigSource()
    • Method Detail

      • bootstrap

        public void bootstrap()
      • getPropertyNames

        public Set<String> getPropertyNames()
      • getValue

        public String getValue​(String propertyName)
      • setValue

        public boolean setValue​(String secretName,
                                String secretValue)
      • deleteValue

        public boolean deleteValue​(String secretName)
      • getSource

        public String getSource()
      • getName

        public String getName()
      • getOrdinal

        public int getOrdinal()