Uses of Interface
com.wavefront.agent.auth.TokenAuthenticator
-
Packages that use TokenAuthenticator Package Description com.wavefront.agent com.wavefront.agent.auth com.wavefront.agent.listeners com.wavefront.agent.listeners.tracing -
-
Uses of TokenAuthenticator in com.wavefront.agent
Fields in com.wavefront.agent declared as TokenAuthenticator Modifier and Type Field Description protected TokenAuthenticator
PushAgent. tokenAuthenticator
Methods in com.wavefront.agent that return TokenAuthenticator Modifier and Type Method Description protected TokenAuthenticator
PushAgent. configureTokenAuthenticator()
-
Uses of TokenAuthenticator in com.wavefront.agent.auth
Fields in com.wavefront.agent.auth declared as TokenAuthenticator Modifier and Type Field Description static TokenAuthenticator
TokenAuthenticator. DUMMY_AUTHENTICATOR
Shared dummy authenticator.Methods in com.wavefront.agent.auth that return TokenAuthenticator Modifier and Type Method Description TokenAuthenticator
TokenAuthenticatorBuilder. build()
-
Uses of TokenAuthenticator in com.wavefront.agent.listeners
Fields in com.wavefront.agent.listeners declared as TokenAuthenticator Modifier and Type Field Description protected TokenAuthenticator
AbstractPortUnificationHandler. tokenAuthenticator
Constructors in com.wavefront.agent.listeners with parameters of type TokenAuthenticator Constructor Description AbstractHttpOnlyHandler(TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, String handle)
Create new instance.AbstractLineDelimitedHandler(TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, String handle)
AbstractPortUnificationHandler(TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, String handle)
Create new instance.AdminPortUnificationHandler(TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, String handle, String remoteIpWhitelistRegex)
Create new instance.JsonMetricsPortUnificationHandler(String handle, TokenAuthenticator authenticator, HealthCheckManager healthCheckManager, ReportableEntityHandler<wavefront.report.ReportPoint,String> pointHandler, String prefix, String defaultHost, Supplier<ReportableEntityPreprocessor> preprocessor)
JsonMetricsPortUnificationHandler(String handle, TokenAuthenticator authenticator, HealthCheckManager healthCheckManager, ReportableEntityHandlerFactory handlerFactory, String prefix, String defaultHost, Supplier<ReportableEntityPreprocessor> preprocessor)
Create a new instance.OpenTSDBPortUnificationHandler(String handle, TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, com.wavefront.ingester.ReportableEntityDecoder<String,wavefront.report.ReportPoint> decoder, ReportableEntityHandlerFactory handlerFactory, Supplier<ReportableEntityPreprocessor> preprocessor, Function<InetAddress,String> resolver)
RawLogsIngesterPortUnificationHandler(String handle, LogsIngester ingester, Function<InetAddress,String> hostnameResolver, TokenAuthenticator authenticator, HealthCheckManager healthCheckManager, Supplier<ReportableEntityPreprocessor> preprocessor)
Create new instance.RelayPortUnificationHandler(String handle, TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, Map<com.wavefront.data.ReportableEntityType,com.wavefront.ingester.ReportableEntityDecoder<?,?>> decoders, ReportableEntityHandlerFactory handlerFactory, Supplier<ReportableEntityPreprocessor> preprocessorSupplier, SharedGraphiteHostAnnotator annotator, Supplier<Boolean> histogramDisabled, Supplier<Boolean> traceDisabled, Supplier<Boolean> spanLogsDisabled)
Create new instance with lazy initialization for handlers.WavefrontPortUnificationHandler(String handle, TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, Map<com.wavefront.data.ReportableEntityType,com.wavefront.ingester.ReportableEntityDecoder<?,?>> decoders, ReportableEntityHandlerFactory handlerFactory, SharedGraphiteHostAnnotator annotator, Supplier<ReportableEntityPreprocessor> preprocessor)
Create new instance with lazy initialization for handlers.WriteHttpJsonPortUnificationHandler(String handle, TokenAuthenticator authenticator, HealthCheckManager healthCheckManager, ReportableEntityHandler<wavefront.report.ReportPoint,String> pointHandler, String defaultHost, Supplier<ReportableEntityPreprocessor> preprocessor)
WriteHttpJsonPortUnificationHandler(String handle, TokenAuthenticator authenticator, HealthCheckManager healthCheckManager, ReportableEntityHandlerFactory handlerFactory, String defaultHost, Supplier<ReportableEntityPreprocessor> preprocessor)
Create a new instance. -
Uses of TokenAuthenticator in com.wavefront.agent.listeners.tracing
Constructors in com.wavefront.agent.listeners.tracing with parameters of type TokenAuthenticator Constructor Description CustomTracingPortUnificationHandler(String handle, TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, com.wavefront.ingester.ReportableEntityDecoder<String,wavefront.report.Span> traceDecoder, com.wavefront.ingester.ReportableEntityDecoder<com.fasterxml.jackson.databind.JsonNode,wavefront.report.SpanLogs> spanLogsDecoder, Supplier<ReportableEntityPreprocessor> preprocessor, ReportableEntityHandler<wavefront.report.Span,String> handler, ReportableEntityHandler<wavefront.report.SpanLogs,String> spanLogsHandler, com.wavefront.sdk.entities.tracing.sampling.Sampler sampler, boolean alwaysSampleErrors, Supplier<Boolean> traceDisabled, Supplier<Boolean> spanLogsDisabled, com.wavefront.sdk.common.WavefrontSender wfSender, com.wavefront.internal.reporter.WavefrontInternalReporter wfInternalReporter, Set<String> traceDerivedCustomTagKeys)
CustomTracingPortUnificationHandler(String handle, TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, com.wavefront.ingester.ReportableEntityDecoder<String,wavefront.report.Span> traceDecoder, com.wavefront.ingester.ReportableEntityDecoder<com.fasterxml.jackson.databind.JsonNode,wavefront.report.SpanLogs> spanLogsDecoder, Supplier<ReportableEntityPreprocessor> preprocessor, ReportableEntityHandlerFactory handlerFactory, com.wavefront.sdk.entities.tracing.sampling.Sampler sampler, boolean alwaysSampleErrors, Supplier<Boolean> traceDisabled, Supplier<Boolean> spanLogsDisabled, com.wavefront.sdk.common.WavefrontSender wfSender, com.wavefront.internal.reporter.WavefrontInternalReporter wfInternalReporter, Set<String> traceDerivedCustomTagKeys)
JaegerPortUnificationHandler(String handle, TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, ReportableEntityHandlerFactory handlerFactory, com.wavefront.sdk.common.WavefrontSender wfSender, Supplier<Boolean> traceDisabled, Supplier<Boolean> spanLogsDisabled, Supplier<ReportableEntityPreprocessor> preprocessor, com.wavefront.sdk.entities.tracing.sampling.Sampler sampler, boolean alwaysSampleErrors, String traceJaegerApplicationName, Set<String> traceDerivedCustomTagKeys)
TracePortUnificationHandler(String handle, TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, com.wavefront.ingester.ReportableEntityDecoder<String,wavefront.report.Span> traceDecoder, com.wavefront.ingester.ReportableEntityDecoder<com.fasterxml.jackson.databind.JsonNode,wavefront.report.SpanLogs> spanLogsDecoder, Supplier<ReportableEntityPreprocessor> preprocessor, ReportableEntityHandler<wavefront.report.Span,String> handler, ReportableEntityHandler<wavefront.report.SpanLogs,String> spanLogsHandler, com.wavefront.sdk.entities.tracing.sampling.Sampler sampler, boolean alwaysSampleErrors, Supplier<Boolean> traceDisabled, Supplier<Boolean> spanLogsDisabled)
TracePortUnificationHandler(String handle, TokenAuthenticator tokenAuthenticator, HealthCheckManager healthCheckManager, com.wavefront.ingester.ReportableEntityDecoder<String,wavefront.report.Span> traceDecoder, com.wavefront.ingester.ReportableEntityDecoder<com.fasterxml.jackson.databind.JsonNode,wavefront.report.SpanLogs> spanLogsDecoder, Supplier<ReportableEntityPreprocessor> preprocessor, ReportableEntityHandlerFactory handlerFactory, com.wavefront.sdk.entities.tracing.sampling.Sampler sampler, boolean alwaysSampleErrors, Supplier<Boolean> traceDisabled, Supplier<Boolean> spanLogsDisabled)
-