Package com.sap.cloud.security.servlet
Class MDCHelper
- java.lang.Object
-
- com.sap.cloud.security.servlet.MDCHelper
-
public final class MDCHelper extends Object
The Mapped Diagnostic Context helper class.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CORRELATION_HEADER
static String
CORRELATION_ID
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getOrCreateCorrelationId()
Gets correlation_id from MDC, if it is missing, new correlation_id will be created.
-
-
-
Field Detail
-
CORRELATION_ID
public static final String CORRELATION_ID
- See Also:
- Constant Field Values
-
CORRELATION_HEADER
public static final String CORRELATION_HEADER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOrCreateCorrelationId
public static String getOrCreateCorrelationId()
Gets correlation_id from MDC, if it is missing, new correlation_id will be created.- Returns:
- the string of correlation_id
-
-