public class RedactionUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SOLR_REDACTION_SYSTEM_PATTERN_PROP |
Constructor and Description |
---|
RedactionUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getRedactString() |
static boolean |
isSystemPropertySensitive(String name)
Returns if the given system property should be redacted.
|
static void |
setRedactSystemProperty(boolean redactSystemProperty) |
public static final String SOLR_REDACTION_SYSTEM_PATTERN_PROP
public static boolean isSystemPropertySensitive(String name)
name
- The system property that is being checked.public static String getRedactString()
public static void setRedactSystemProperty(boolean redactSystemProperty)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.