MaskingStrategy

Strategy for masking sensitive data in log messages.

Author

LesterE

Since

1.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun appliesTo(key: String): Boolean

Check if this strategy applies to the given key.

Link copied to clipboard
abstract fun mask(key: String, value: String): String

Mask a sensitive value.