@Generated(value="config_generator.py") public class PropertiesRedactionRuleConfig extends AbstractConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertiesRedactionRuleConfig.Field
Fields of Redaction rule properties
|
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static PropertiesRedactionRuleConfig.Field[] |
getConfigFields() |
java.lang.String |
getLabel()
Vertex / Edge label to which the rule is applied
|
java.util.Map<java.lang.String,java.lang.Object> |
getLeftoverValues()
Gets the values that do not belong to any field.
|
java.util.List<java.lang.String> |
getProperties()
List of properties to be redacted
|
java.lang.String |
getRuleTrigger()
Trigger expression for the rule
|
java.util.Map<PropertiesRedactionRuleConfig.Field,java.lang.Object> |
getValues()
Gets the parsed values.
|
java.util.Map<PropertiesRedactionRuleConfig.Field,java.lang.Object> |
getValuesWithoutDefaults()
Gets the values without defaults.
|
boolean |
hasDefaultValue(PropertiesRedactionRuleConfig.Field field)
Checks for default value.
|
boolean |
isEmpty()
Checks if it's empty.
|
static PropertiesRedactionRuleConfig |
parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static PropertiesRedactionRuleConfig |
parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static PropertiesRedactionRuleConfig |
parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
java.lang.String |
toString() |
java.lang.String |
toString(boolean hideSensitiveData) |
getDefault, getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializablepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static PropertiesRedactionRuleConfig.Field[] getConfigFields()
public java.lang.String getLabel()
public java.util.Map<java.lang.String,java.lang.Object> getLeftoverValues()
public java.util.List<java.lang.String> getProperties()
public java.lang.String getRuleTrigger()
public java.util.Map<PropertiesRedactionRuleConfig.Field,java.lang.Object> getValues()
getValues in class AbstractConfigpublic java.util.Map<PropertiesRedactionRuleConfig.Field,java.lang.Object> getValuesWithoutDefaults()
public boolean hasDefaultValue(PropertiesRedactionRuleConfig.Field field)
field - the fieldpublic boolean isEmpty()
public static PropertiesRedactionRuleConfig parse(java.io.InputStream is, boolean strict, java.lang.String parentPath) throws java.io.IOException
is - the input streamstrict - if true, parses in strict modeparentPath - if not null, resolves relative paths against this parentPathjava.io.IOException - Signals that an I/O exception has occurred.public static PropertiesRedactionRuleConfig parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
raw - the raw key/value mapping to parsestrict - if true, parses in strict modeparentPath - if not null, resolves relative paths against this parentPathpublic static PropertiesRedactionRuleConfig parse(java.util.Properties props, boolean strict)
props - the properties to parsestrict - if true, parses in strict modepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(boolean hideSensitiveData)