Class VaultConfigSource

  • All Implemented Interfaces:
    org.eclipse.microprofile.config.spi.ConfigSource

    public class VaultConfigSource
    extends Object
    implements org.eclipse.microprofile.config.spi.ConfigSource
    • Constructor Detail

    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getOrdinal

        public int getOrdinal()
        Specified by:
        getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getProperties

        public Map<String,​String> getProperties()
        always return an empty map to protect from accidental properties logging
        Specified by:
        getProperties in interface org.eclipse.microprofile.config.spi.ConfigSource
        Returns:
        empty map
      • getPropertyNames

        public Set<String> getPropertyNames()
        Specified by:
        getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSource
      • getValue

        public String getValue​(String propertyName)
        Specified by:
        getValue in interface org.eclipse.microprofile.config.spi.ConfigSource