Uses of Class
ai.nightfall.scan.model.redaction.RedactionConfig
Packages that use RedactionConfig
-
Uses of RedactionConfig in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return RedactionConfigModifier and TypeMethodDescriptionScanTextConfig.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.Detector.getRedactionConfig()Returns the redaction configuration to-be-applied to this detector.Methods in ai.nightfall.scan.model with parameters of type RedactionConfigModifier and TypeMethodDescriptionvoidScanTextConfig.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.voidDetector.setRedactionConfig(RedactionConfig redactionConfig) Sets the redaction configuration to-be-applied to this detector.Constructors in ai.nightfall.scan.model with parameters of type RedactionConfigModifierConstructorDescriptionScanTextConfig(List<UUID> detectionRuleUUIDs, List<DetectionRule> detectionRules, int contextBytes, RedactionConfig defaultRedactionConfig) Create a scan configuration with the provided inline detection rules and detection rule UUIDs.