Class FeinValueMasker
java.lang.Object
com.helixframework.logstash.mask.internal.HelixRegexValueMasker
com.helixframework.logstash.mask.internal.FeinValueMasker
- All Implemented Interfaces:
net.logstash.logback.mask.ValueMasker
ValueMasker that masks Federal Employee Identification Numbers (Feins / Eins).
-
Field Summary
FieldsFields inherited from class com.helixframework.logstash.mask.internal.HelixRegexValueMasker
PROP_MASK -
Constructor Summary
ConstructorsConstructorDescriptionFeinValueMasker(Properties props) Creates a new instance ofFeinValueMasker. -
Method Summary
Methods inherited from class com.helixframework.logstash.mask.internal.HelixRegexValueMasker
mask
-
Field Details
-
PROP_MASK_STRICT
Property to enable strict regex matching. If enabled, only exact matches will be masked (i.e. FEINs contained within larger strings will not be masked).- See Also:
-
-
Constructor Details
-
FeinValueMasker
Creates a new instance ofFeinValueMasker.- Parameters:
props- helix-logstash.properties
-