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
AbstractAgent. tokenAuthenticator
-
Uses of TokenAuthenticator in com.wavefront.agent.auth
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)
Create new instance.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> 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> 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 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> handler, ReportableEntityHandler<wavefront.report.SpanLogs> 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)
-