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