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
ConstructorsConstructorDescriptionKeyVaultPropertySource(String name, KeyVaultOperation operation) Create a newKeyVaultPropertySourcewith the given name andKeyVaultOperation. -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperty(String name) getProperty(String name) String[]Methods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
-
Constructor Details
-
KeyVaultPropertySource
Create a newKeyVaultPropertySourcewith the given name andKeyVaultOperation.- Parameters:
name- the associated nameoperation- theKeyVaultOperation
-
-
Method Details
-
getPropertyNames
- Specified by:
getPropertyNamesin classorg.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>
-
getProperty
- Specified by:
getPropertyin classorg.springframework.core.env.PropertySource<KeyVaultOperation>
-
containsProperty
- Overrides:
containsPropertyin classorg.springframework.core.env.EnumerablePropertySource<KeyVaultOperation>
-