Class VaultEnvironmentProperties.Ssl

java.lang.Object
org.springframework.cloud.config.server.environment.VaultEnvironmentProperties.Ssl
Enclosing class:
VaultEnvironmentProperties

@Validated public static class VaultEnvironmentProperties.Ssl extends Object
SSL properties.
  • Constructor Details

    • Ssl

      public Ssl()
  • Method Details

    • getKeyStore

      public org.springframework.core.io.Resource getKeyStore()
    • getKeyStorePassword

      public String getKeyStorePassword()
    • getTrustStore

      public org.springframework.core.io.Resource getTrustStore()
    • getTrustStorePassword

      public String getTrustStorePassword()
    • getCertAuthPath

      public String getCertAuthPath()
    • setKeyStore

      public void setKeyStore(org.springframework.core.io.Resource keyStore)
    • setKeyStorePassword

      public void setKeyStorePassword(String keyStorePassword)
    • setTrustStore

      public void setTrustStore(org.springframework.core.io.Resource trustStore)
    • setTrustStorePassword

      public void setTrustStorePassword(String trustStorePassword)
    • setCertAuthPath

      public void setCertAuthPath(String certAuthPath)