Uses of Interface
io.opentelemetry.exporter.internal.auth.Authenticator
-
Packages that use Authenticator Package Description io.opentelemetry.exporter.internal.auth Utilities for exporter authentication.io.opentelemetry.exporter.internal.http -
-
Uses of Authenticator in io.opentelemetry.exporter.internal.auth
Methods in io.opentelemetry.exporter.internal.auth with parameters of type Authenticator Modifier and Type Method Description static void
Authenticator. setAuthenticatorOnDelegate(java.lang.Object builder, Authenticator authenticator)
Reflectively access aGrpcExporterBuilder
, orHttpExporterBuilder
instance in field called "delegate" of the instance, and set theAuthenticator
. -
Uses of Authenticator in io.opentelemetry.exporter.internal.http
Fields in io.opentelemetry.exporter.internal.http declared as Authenticator Modifier and Type Field Description private Authenticator
HttpExporterBuilder. authenticator
Methods in io.opentelemetry.exporter.internal.http with parameters of type Authenticator Modifier and Type Method Description HttpSender
HttpSenderProvider. createSender(java.lang.String endpoint, Compressor compressor, boolean exportAsJson, java.lang.String contentType, long timeoutNanos, long connectTimeout, java.util.function.Supplier<java.util.Map<java.lang.String,java.util.List<java.lang.String>>> headerSupplier, ProxyOptions proxyOptions, Authenticator authenticator, RetryPolicy retryPolicy, javax.net.ssl.SSLContext sslContext, javax.net.ssl.X509TrustManager trustManager)
Returns aHttpSender
configured with the provided parameters.HttpExporterBuilder<T>
HttpExporterBuilder. setAuthenticator(Authenticator authenticator)
-