Package com.oracle.cloud.spring.vault
Class VaultProperties
java.lang.Object
com.oracle.cloud.spring.vault.VaultProperties
@ConfigurationProperties(prefix="spring.cloud.oci.vault")
public class VaultProperties
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCompartment
(String compartment) void
setPropertyRefreshInterval
(Duration propertyRefreshInterval) void
setPropertySources
(List<VaultPropertySourceProperties> propertySources) void
setVaultId
(String vaultId)
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
VaultProperties
public VaultProperties()
-
-
Method Details
-
getCompartment
-
setCompartment
-
getVaultId
-
setVaultId
-
getPropertySources
-
setPropertySources
-
getPropertyRefreshInterval
-
setPropertyRefreshInterval
-