io.tracee
Class PermitAllTraceeFilterConfiguration
java.lang.Object
io.tracee.PermitAllTraceeFilterConfiguration
- All Implemented Interfaces:
- TraceeFilterConfiguration
public class PermitAllTraceeFilterConfiguration
- extends Object
- implements TraceeFilterConfiguration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARBITRARY_NUMBER
public static final int ARBITRARY_NUMBER
- See Also:
- Constant Field Values
PermitAllTraceeFilterConfiguration
public PermitAllTraceeFilterConfiguration()
shouldProcessParam
public final boolean shouldProcessParam(String paramName,
TraceeFilterConfiguration.Channel channel)
- Specified by:
shouldProcessParam in interface TraceeFilterConfiguration
filterDeniedParams
public final Map<String,String> filterDeniedParams(Map<String,String> unfiltered,
TraceeFilterConfiguration.Channel channel)
- Specified by:
filterDeniedParams in interface TraceeFilterConfiguration
shouldProcessContext
public final boolean shouldProcessContext(TraceeFilterConfiguration.Channel channel)
- Specified by:
shouldProcessContext in interface TraceeFilterConfiguration
shouldGenerateInvocationId
public final boolean shouldGenerateInvocationId()
- Specified by:
shouldGenerateInvocationId in interface TraceeFilterConfiguration
generatedInvocationIdLength
public final int generatedInvocationIdLength()
- Specified by:
generatedInvocationIdLength in interface TraceeFilterConfiguration
shouldGenerateSessionId
public final boolean shouldGenerateSessionId()
- Specified by:
shouldGenerateSessionId in interface TraceeFilterConfiguration
generatedSessionIdLength
public final int generatedSessionIdLength()
- Specified by:
generatedSessionIdLength in interface TraceeFilterConfiguration
Copyright © 2013-2015 Holisticon AG. All Rights Reserved.