public class PermitAllTraceeFilterConfiguration extends Object implements TraceeFilterConfiguration
TraceeFilterConfiguration.Channel, TraceeFilterConfiguration.Profile| Modifier and Type | Field and Description |
|---|---|
static int |
ARBITRARY_NUMBER |
| Constructor and Description |
|---|
PermitAllTraceeFilterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
filterDeniedParams(Map<String,String> unfiltered,
TraceeFilterConfiguration.Channel channel) |
int |
generatedInvocationIdLength() |
int |
generatedSessionIdLength() |
boolean |
shouldGenerateInvocationId() |
boolean |
shouldGenerateSessionId() |
boolean |
shouldProcessContext(TraceeFilterConfiguration.Channel channel) |
boolean |
shouldProcessParam(String paramName,
TraceeFilterConfiguration.Channel channel) |
public static final int ARBITRARY_NUMBER
public final boolean shouldProcessParam(String paramName, TraceeFilterConfiguration.Channel channel)
shouldProcessParam in interface TraceeFilterConfigurationpublic final Map<String,String> filterDeniedParams(Map<String,String> unfiltered, TraceeFilterConfiguration.Channel channel)
filterDeniedParams in interface TraceeFilterConfigurationpublic final boolean shouldProcessContext(TraceeFilterConfiguration.Channel channel)
shouldProcessContext in interface TraceeFilterConfigurationpublic final boolean shouldGenerateInvocationId()
shouldGenerateInvocationId in interface TraceeFilterConfigurationpublic final int generatedInvocationIdLength()
generatedInvocationIdLength in interface TraceeFilterConfigurationpublic final boolean shouldGenerateSessionId()
shouldGenerateSessionId in interface TraceeFilterConfigurationpublic final int generatedSessionIdLength()
generatedSessionIdLength in interface TraceeFilterConfigurationCopyright © 2013-2015 Holisticon AG. All Rights Reserved.