Package com.oracle.cloud.spring.vault
Class VaultPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<VaultPropertyLoader>
org.springframework.core.env.EnumerablePropertySource<VaultPropertyLoader>
com.oracle.cloud.spring.vault.VaultPropertySource
public class VaultPropertySource
extends org.springframework.core.env.EnumerablePropertySource<VaultPropertyLoader>
-
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic void
configure
(org.springframework.core.env.ConfigurableEnvironment environment) boolean
containsProperty
(String name) getProperty
(String name) String[]
Methods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
-
Constructor Details
-
VaultPropertySource
-
-
Method Details
-
configure
public static void configure(org.springframework.core.env.ConfigurableEnvironment environment) -
getPropertyNames
- Specified by:
getPropertyNames
in classorg.springframework.core.env.EnumerablePropertySource<VaultPropertyLoader>
-
getProperty
- Specified by:
getProperty
in classorg.springframework.core.env.PropertySource<VaultPropertyLoader>
-
containsProperty
- Overrides:
containsProperty
in classorg.springframework.core.env.EnumerablePropertySource<VaultPropertyLoader>
-