Package org.apache.camel.spi
Interface MaskingFormatter
-
public interface MaskingFormatterA plugin used to mask a log String, for example security information like password or passphrase.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCUSTOM_LOG_MASK_REF
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(String source)Format a given string.
-
-
-
Field Detail
-
CUSTOM_LOG_MASK_REF
static final String CUSTOM_LOG_MASK_REF
- See Also:
- Constant Field Values
-
-