- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>
-
- com.azure.spring.cloud.autoconfigure.keyvault.env.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.
-
-
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
-
Method Summary
-
Methods inherited from class org.springframework.core.env.EnumerablePropertySource
containsProperty
-
Methods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.