Class EurekaTlsProperties

java.lang.Object
org.springframework.cloud.configuration.TlsProperties
org.springframework.cloud.netflix.eureka.config.EurekaTlsProperties

public class EurekaTlsProperties extends org.springframework.cloud.configuration.TlsProperties
Eureka client TLS properties.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Prefix for Eureka client TLS properties.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.springframework.cloud.configuration.TlsProperties

    getKeyPassword, getKeyStore, getKeyStorePassword, getKeyStoreType, getTrustStore, getTrustStorePassword, getTrustStoreType, isEnabled, keyPassword, keyStorePassword, postConstruct, setEnabled, setKeyPassword, setKeyStore, setKeyStorePassword, setKeyStoreType, setTrustStore, setTrustStorePassword, setTrustStoreType, trustStorePassword

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • EurekaTlsProperties

      public EurekaTlsProperties()