| Package | Description |
|---|---|
| ai.nightfall.scan.model |
| Modifier and Type | Method and Description |
|---|---|
RedactionConfig |
ScanTextConfig.getDefaultRedactionConfig()
Get the default redaction configuration to-be-applied to all detection rules, unless a more specific redaction
configuration is supplied at the detector level.
|
RedactionConfig |
Detector.getRedactionConfig()
Returns the redaction configuration to-be-applied to this detector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScanTextConfig.setDefaultRedactionConfig(RedactionConfig defaultRedactionConfig)
Set the default redaction configuration to-be-applied to all detection rules, unless a more specific redaction
configuration is supplied at the detector level.
|
void |
Detector.setRedactionConfig(RedactionConfig redactionConfig)
Sets the redaction configuration to-be-applied to this detector.
|
| Constructor and Description |
|---|
ScanTextConfig(List<UUID> detectionRuleUUIDs,
List<DetectionRule> detectionRules,
int contextBytes,
RedactionConfig defaultRedactionConfig)
Create a scan configuration with the provided inline detection rules and detection rule UUIDs.
|
Copyright © 2022. All rights reserved.