Class SecretAwarePropertySource
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<org.springframework.core.env.EnumerablePropertySource>
-
- com.netflix.spinnaker.kork.secrets.SecretAwarePropertySource
-
public class SecretAwarePropertySource extends org.springframework.core.env.EnumerablePropertySource<org.springframework.core.env.EnumerablePropertySource>
-
-
Constructor Summary
Constructors Constructor Description SecretAwarePropertySource(org.springframework.core.env.EnumerablePropertySource source, SecretManager secretManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetProperty(java.lang.String name)java.lang.String[]getPropertyNames()
-
-
-
Constructor Detail
-
SecretAwarePropertySource
public SecretAwarePropertySource(org.springframework.core.env.EnumerablePropertySource source, SecretManager secretManager)
-
-
Method Detail
-
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getPropertyin classorg.springframework.core.env.PropertySource<org.springframework.core.env.EnumerablePropertySource>
-
getPropertyNames
public java.lang.String[] getPropertyNames()
- Specified by:
getPropertyNamesin classorg.springframework.core.env.EnumerablePropertySource<org.springframework.core.env.EnumerablePropertySource>
-
-