Class JaegerTracerConfiguration


  • public class JaegerTracerConfiguration
    extends Object
    Author:
    David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
    • Constructor Detail

      • JaegerTracerConfiguration

        public JaegerTracerConfiguration()
    • Method Detail

      • isSslEnabled

        public boolean isSslEnabled()
      • setSslEnabled

        public void setSslEnabled​(boolean sslEnabled)
      • getKeystoreType

        public String getKeystoreType()
      • setKeystoreType

        public void setKeystoreType​(String keystoreType)
      • getKeystorePath

        public String getKeystorePath()
      • setKeystorePath

        public void setKeystorePath​(String keystorePath)
      • getKeystorePassword

        public String getKeystorePassword()
      • setKeystorePassword

        public void setKeystorePassword​(String keystorePassword)
      • getKeystorePemCerts

        public List<String> getKeystorePemCerts()
      • setKeystorePemCerts

        public void setKeystorePemCerts​(List<String> keystorePemCerts)
      • getKeystorePemKeys

        public List<String> getKeystorePemKeys()
      • setKeystorePemKeys

        public void setKeystorePemKeys​(List<String> keystorePemKeys)
      • isTrustAll

        public boolean isTrustAll()
      • setTrustAll

        public void setTrustAll​(boolean trustAll)
      • isHostnameVerifier

        public boolean isHostnameVerifier()
      • setHostnameVerifier

        public void setHostnameVerifier​(boolean hostnameVerifier)
      • getTruststoreType

        public String getTruststoreType()
      • setTruststoreType

        public void setTruststoreType​(String truststoreType)
      • getTruststorePath

        public String getTruststorePath()
      • setTruststorePath

        public void setTruststorePath​(String truststorePath)
      • getTruststorePassword

        public String getTruststorePassword()
      • setTruststorePassword

        public void setTruststorePassword​(String truststorePassword)
      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getPort

        public int getPort()
      • setPort

        public void setPort​(int port)