public final class SensitiveUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsSensitive(String text)
Whether the given configuration property contains a sensitive a sensitive key (such as password, accesstoken,
etc.)
|
static Set<String> |
getSensitiveKeys()
All the sensitive keys (unmodifiable) in lower-case
|
public static Set<String> getSensitiveKeys()
public static boolean containsSensitive(String text)
text - the configuration propertyApache Camel