Class KeyVaultPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>
com.azure.spring.cloud.autoconfigure.keyvault.environment.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
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

    org.springframework.core.env.PropertySource.StubPropertySource
  • Field Summary

    Fields inherited from class org.springframework.core.env.PropertySource

    logger, name, source
  • Constructor Summary

    Constructors
    Constructor
    Description
    Create a new KeyVaultPropertySource with the given name and KeyVaultOperation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     

    Methods inherited from class org.springframework.core.env.PropertySource

    equals, getName, getSource, hashCode, named, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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>