Class JaegerTracerConfiguration
- java.lang.Object
-
- io.gravitee.tracer.jaeger.configuration.JaegerTracerConfiguration
-
public class JaegerTracerConfiguration extends Object
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
-
Constructor Summary
Constructors Constructor Description JaegerTracerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()StringgetKeystorePassword()StringgetKeystorePath()List<String>getKeystorePemCerts()List<String>getKeystorePemKeys()StringgetKeystoreType()intgetPort()StringgetTruststorePassword()StringgetTruststorePath()StringgetTruststoreType()booleanisHostnameVerifier()booleanisSslEnabled()booleanisTrustAll()voidsetHost(String host)voidsetHostnameVerifier(boolean hostnameVerifier)voidsetKeystorePassword(String keystorePassword)voidsetKeystorePath(String keystorePath)voidsetKeystorePemCerts(List<String> keystorePemCerts)voidsetKeystorePemKeys(List<String> keystorePemKeys)voidsetKeystoreType(String keystoreType)voidsetPort(int port)voidsetSslEnabled(boolean sslEnabled)voidsetTrustAll(boolean trustAll)voidsetTruststorePassword(String truststorePassword)voidsetTruststorePath(String truststorePath)voidsetTruststoreType(String truststoreType)
-
-
-
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)
-
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)
-
-