Class VaultProperties.PcfProperties
java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.PcfProperties
- Enclosing class:
VaultProperties
PCF properties.
- Author:
- Spencer Gibb, Mark Paluch, Kevin Holditch, Michal Budzyn, Grenville Wilson, MÃ¥rten Svantesson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.Resourceorg.springframework.core.io.ResourcegetRole()voidsetInstanceCertificate(org.springframework.core.io.Resource instanceCertificate) voidsetInstanceKey(org.springframework.core.io.Resource instanceKey) voidsetPcfPath(String pcfPath) void
-
Constructor Details
-
PcfProperties
public PcfProperties()
-
-
Method Details
-
getPcfPath
-
setPcfPath
-
getRole
-
setRole
-
getInstanceCertificate
@Nullable public org.springframework.core.io.Resource getInstanceCertificate() -
setInstanceCertificate
public void setInstanceCertificate(@Nullable org.springframework.core.io.Resource instanceCertificate) -
getInstanceKey
@Nullable public org.springframework.core.io.Resource getInstanceKey() -
setInstanceKey
public void setInstanceKey(@Nullable org.springframework.core.io.Resource instanceKey)
-