Class KeyVaultPropertySource


  • public class KeyVaultPropertySource
    extends org.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>
    A key vault implementation of EnumerablePropertySource to enumerate all property pairs in Key Vault.
    Since:
    4.0.0
    • Method Detail

      • getPropertyNames

        public String[] getPropertyNames()
        Specified by:
        getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>
      • getProperty

        public Object getProperty​(String name)
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<KeyVaultOperation>
      • containsProperty

        public boolean containsProperty​(String name)
        Overrides:
        containsProperty in class org.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>