public interface TraceFilterConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
TraceFilterConfig.Channel |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
filterDeniedParams(Map<String,String> unfiltered,
TraceFilterConfig.Channel channel) |
int |
generatedInvocationIdLength() |
int |
generatedSessionIdLength() |
boolean |
shouldGenerateInvocationId() |
boolean |
shouldGenerateSessionId() |
boolean |
shouldProcessContext(TraceFilterConfig.Channel channel) |
boolean |
shouldProcessParam(String paramName,
TraceFilterConfig.Channel channel) |
boolean shouldProcessParam(String paramName, TraceFilterConfig.Channel channel)
Map<String,String> filterDeniedParams(Map<String,String> unfiltered, TraceFilterConfig.Channel channel)
boolean shouldProcessContext(TraceFilterConfig.Channel channel)
boolean shouldGenerateInvocationId()
int generatedInvocationIdLength()
boolean shouldGenerateSessionId()
int generatedSessionIdLength()
Copyright © 2021. All rights reserved.